From 7cf6f09fe8de1fd8a71950e816a85cdafb48e04f Mon Sep 17 00:00:00 2001 From: TheWitness Date: Wed, 18 Sep 2024 20:40:53 -0400 Subject: [PATCH] QA: Adding more entropy to #5829 --- lib/boost.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/boost.php b/lib/boost.php index a6a1dfc01..ff7c61150 100644 --- a/lib/boost.php +++ b/lib/boost.php @@ -721,7 +721,7 @@ function boost_process_poller_output($local_data_id, $rrdtool_pipe = '') { $temp_table = false; if (cacti_count($archive_tables)) { - $temp_table = 'poller_output_boost_temp_' . time(); + $temp_table = "poller_output_boost_temp_$local_data_id_" . microtime(true); db_execute("CREATE TEMPORARY TABLE $temp_table LIKE poller_output_boost");