fix: increase powerSaveBlockerSync interval to 20 seconds

This commit is contained in:
Zamitto
2026-05-04 14:35:39 -03:00
parent 697cb75f11
commit f14df0b6a2
+1 -1
View File
@@ -49,7 +49,7 @@ export const INTERVALS = {
achievementWatcher: 2_000,
seedStatusWatcher: 2_000,
updateChecker: 60_000 * 50, // 50 minutes
powerSaveBlockerSync: 2_000,
powerSaveBlockerSync: 20_000,
};
export const DEFAULT_ACHIEVEMENT_SOUND_VOLUME = 0.15;