diff options
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 |