perf(server): Improver performance
This commit is contained in:
parent
fbc9d5ecba
commit
5e61c60f85
2 changed files with 4 additions and 2 deletions
|
@ -32,4 +32,4 @@ setInterval(() => {
|
|||
fetchMeta(true).then(meta => {
|
||||
cache = meta;
|
||||
});
|
||||
}, 5000);
|
||||
}, 1000 * 10);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue