ommit timestamp for now

master
Dirk Heilig 2024-08-14 16:38:59 +02:00
parent 7db2046042
commit 0dcc6e37a1
1 changed files with 1 additions and 1 deletions

View File

@ -81,7 +81,7 @@ echo "Subscribed\n";
$timer = 0;
echo "Started listening for incoming messages\n will wait 60 seconds before starting to export data\n";
$realStart = time() + 60;
$realStart = time() + 15;
echo "waiting till " .
date("Y-m-d H:i:s", $realStart) .
" that's in " .