-
Notifications
You must be signed in to change notification settings - Fork 21
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: refresh log timeout not triggering
#1286 caused a regression where fetchFolderLogs is no longer called every 2s. Added () and a catch so that it's called correctly. Also, refreshInterval is a constant so shouldn't be part of the state. Tempted to make the interval a parameter to reduce test time, but started by just adding a test that waits to confirm the timeout starts triggering with 3.5s. Fixes #1303. Signed-off-by: Tim deBoer <[email protected]>
- Loading branch information
1 parent
178d630
commit 865fd2f
Showing
2 changed files
with
25 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters