You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[DEBUG -- 14:26:30] From file src/utils.c line 216 function handleBackups:
(difftime) 604800 is smaller than (interval) -1567190816 -> no need to backup.
It seemes that difftime and intervalare inverted and there might be some buffer underflow.
It seemes that
difftimeandintervalare inverted and there might be some buffer underflow.