From 0dcc6e37a1985052d37bec44b9be90e0b965cb2a Mon Sep 17 00:00:00 2001 From: Dirk Heilig Date: Wed, 14 Aug 2024 16:38:59 +0200 Subject: [PATCH] ommit timestamp for now --- mqtt2prom/run | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mqtt2prom/run b/mqtt2prom/run index b7a263a..97cd6c5 100755 --- a/mqtt2prom/run +++ b/mqtt2prom/run @@ -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 " .