overwrite subscribe rules

This commit is contained in:
Gabe Yuan
2023-09-01 22:27:25 +08:00
parent 5ba061deda
commit 5c8e216169
8 changed files with 278 additions and 27 deletions

View File

@@ -22,7 +22,7 @@ export function SettingProvider({ children }) {
() =>
debounce(() => {
trySyncSetting();
}, [1000]),
}, [2000]),
[]
);