X-Git-Url: http://git.scottworley.com/tattlekey/blobdiff_plain/24ed36185962a76e99aef7cded338c1fd16e8e6b..9266b741959871619b5431a2b4e4ebdad5567a3d:/client/config.c diff --git a/client/config.c b/client/config.c index d3006c7..a708df4 100644 --- a/client/config.c +++ b/client/config.c @@ -39,13 +39,8 @@ const u32_t config_minimum_seconds_between_button_presses = 1; * etc. * This provides some robustness against network outages, automatically * replaying the log periodically to be collected after connectivity - * is restored. - * - * Values above 17 are currently not recommended because the current - * wire format uses a 16-bit field for a duration in seconds, which wraps - * at 18 hours. - * */ -const uint config_resend_count = 5; + * is restored. */ +const uint config_resend_count = 16; /* These control the size of the per-send-count press queues. When the button is pressed more than config_maximum_queue_size times