From fb63341d40e1f2f8b45aea755401d2393c40c12b Mon Sep 17 00:00:00 2001 From: Dariusz Suchojad Date: Mon, 28 Oct 2024 15:44:18 +0100 Subject: [PATCH] GH #755 - Setting the interval to 1.1. --- code/zato-server/src/zato/server/file_transfer/snapshot.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/zato-server/src/zato/server/file_transfer/snapshot.py b/code/zato-server/src/zato/server/file_transfer/snapshot.py index aa6fb592d1..d1ac128802 100644 --- a/code/zato-server/src/zato/server/file_transfer/snapshot.py +++ b/code/zato-server/src/zato/server/file_transfer/snapshot.py @@ -53,7 +53,7 @@ # ################################################################################################################################ # This must be more than 1 because 1 second is the minimum time between two invocations of a scheduled job. -default_interval = 1.1 +default_interval = 1.1 # 0211111.1 # ################################################################################################################################ # ################################################################################################################################