@@ -69,6 +69,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__,
+ $storage,
+ 'Debug Usage',
+ $mailboxes
+ );
+
usleep(5000);
}
catch (\Exception $ex)