diff options
author | Nils Schwabe | 2014-07-29 15:38:11 +0200 |
---|---|---|
committer | Nils Schwabe | 2014-07-29 15:38:11 +0200 |
commit | ce4521c72addd556a87b26d87df18f815ed0bd11 (patch) | |
tree | 505adf188b9a5ef55004277fcace50947962b858 /config | |
parent | Add some todos for updating an image (diff) | |
download | masterserver-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.example | 10 |
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 |