summaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
authorNils Schwabe2014-07-29 15:38:11 +0200
committerNils Schwabe2014-07-29 15:38:11 +0200
commitce4521c72addd556a87b26d87df18f815ed0bd11 (patch)
tree505adf188b9a5ef55004277fcace50947962b858 /config
parentAdd some todos for updating an image (diff)
downloadmasterserver-ce4521c72addd556a87b26d87df18f815ed0bd11.tar.gz
masterserver-ce4521c72addd556a87b26d87df18f815ed0bd11.tar.xz
masterserver-ce4521c72addd556a87b26d87df18f815ed0bd11.zip
Move scheduling interval to config and some more todos
Diffstat (limited to 'config')
-rw-r--r--config/global.properties.example10
1 files changed, 9 insertions, 1 deletions
diff --git a/config/global.properties.example b/config/global.properties.example
index d4f46a2..238db02 100644
--- a/config/global.properties.example
+++ b/config/global.properties.example
@@ -65,4 +65,12 @@ ssl_keystore_password=password
# how often should the masterserver request a block
# from the satellite if the check sum fails
# until an error is sent
-ssl_socket_transmit_times=20 \ No newline at end of file
+ssl_socket_transmit_times=20
+
+#####################
+# CRC Scheduling #
+#####################
+
+# how often will the crc scheduler check the crc sums of uploading images in seconds
+# minimum of 60 s recommended
+crc_scheduling_interval=60 \ No newline at end of file