Double up shm buffer size

l1_precision_fix
Tyler Goodlet 2022-04-26 09:29:09 -04:00
parent b910eceb3b
commit 8219307bf5
1 changed files with 1 additions and 1 deletions

View File

@ -41,7 +41,7 @@ log = get_logger(__name__)
# how much is probably dependent on lifestyle
_secs_in_day = int(60 * 60 * 24)
# we try for 3 times but only on a run-every-other-day kinda week.
_default_size = 10 * _secs_in_day
_default_size = 20 * _secs_in_day
# where to start the new data append index
_rt_buffer_start = int(9*_secs_in_day)