mirror of
https://github.com/cheeaun/phanpy.git
synced 2025-02-02 06:06:41 +01:00
Try switch to 20s interval
This commit is contained in:
parent
99ee6c3979
commit
2aff1dc1fd
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ import useInterval from '../utils/useInterval';
|
|||
import usePageVisibility from '../utils/usePageVisibility';
|
||||
|
||||
const STREAMING_TIMEOUT = 1000 * 3; // 3 seconds
|
||||
const POLL_INTERVAL = 15_000; // 15 seconds
|
||||
const POLL_INTERVAL = 20_000; // 20 seconds
|
||||
|
||||
export default memo(function BackgroundService({ isLoggedIn }) {
|
||||
// Notifications service
|
||||
|
|
Loading…
Reference in a new issue