more accurate noticer timing

This commit is contained in:
towards-a-new-leftypol 2025-01-01 22:45:26 -05:00
parent 5bb6df8221
commit 4e0a549469
1 changed files with 1 additions and 1 deletions

View File

@ -1091,7 +1091,7 @@ function handle_post(){
push_global_post_cleanup($f_spamnoticer_cleanup_on_err);
$debug['time']['post']['spam_noticer'] = round((microtime(true) - $time_1) * 1000, 2) . 'ms';
$debug['time']['post']['spam_noticer'] = round((microtime(true) - $time_2) * 1000, 2) . 'ms';
}
$time_3 = microtime(true);