mirror of
https://github.com/muerwre/vault-frontend.git
synced 2025-04-25 04:46:40 +07:00
changed poll delay
This commit is contained in:
parent
b6756bb3e5
commit
f25d627b4e
1 changed files with 1 additions and 1 deletions
|
@ -294,7 +294,7 @@ function* getUpdates() {
|
|||
function* startPollingSaga() {
|
||||
while (true) {
|
||||
yield call(getUpdates);
|
||||
yield delay(10000);
|
||||
yield delay(60000);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue