@@ -56,6 +56,14 @@ class UsageUpdate extends AddonController
Whmcs\Hosting::where('server', $serverId)->where('domain', $domainName)->update(['bwusage' => $mailboxes]);
Whmcs\Hosting::where('server', $serverId)->where('domain', $domainName)->update(['diskusage' => $storage]);
+ logModuleCall(
+ 'kerioEmail',
+ __FUNCTION__,
+ $mailboxes,
+ 'Debug UsageUpdate',
+ $storage
+ );
+
usleep(5000);
}
catch (\Exception $ex)