update price fetch interval
This commit is contained in:
parent
19ecbc71f8
commit
994be2a109
1 changed files with 1 additions and 1 deletions
|
|
@ -2242,7 +2242,7 @@ async function waitForDb() {
|
|||
}
|
||||
|
||||
// Wait for 60 seconds before the next iteration
|
||||
await new Promise(res => setTimeout(res, 60 * 1e3));
|
||||
await new Promise(res => setTimeout(res, 10 * 1e3));
|
||||
}
|
||||
})();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue