Sync progress once per minute

This commit is contained in:
chrox
2024-12-24 19:38:16 +01:00
parent 116b831102
commit b40654a671
3 changed files with 8 additions and 6 deletions
@@ -15,7 +15,7 @@ export const useProgressSync = (
const { getConfig, setConfig } = useBookDataStore();
const { getView } = useReaderStore();
const { settings } = useSettingsStore();
const { syncedConfigs, syncConfigs } = useSync();
const { syncedConfigs, syncConfigs } = useSync(bookKey);
const { user } = useAuth();
const view = getView(bookKey);
const config = getConfig(bookKey);