Skip to content

Commit

Permalink
QA: Adding more entropy to #5829
Browse files Browse the repository at this point in the history
  • Loading branch information
TheWitness committed Sep 19, 2024
1 parent 848f970 commit 7cf6f09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/boost.php
Original file line number Diff line number Diff line change
Expand Up @@ -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");

Expand Down

0 comments on commit 7cf6f09

Please sign in to comment.