From 4e0a549469b6608884efb6161dbd66bdd565e4e3 Mon Sep 17 00:00:00 2001 From: towards-a-new-leftypol Date: Wed, 1 Jan 2025 22:45:26 -0500 Subject: [PATCH] more accurate noticer timing --- post.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/post.php b/post.php index 3cbd64a9..74882367 100644 --- a/post.php +++ b/post.php @@ -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);