mirror of
https://github.com/hydralauncher/hydra.git
synced 2026-06-02 06:14:48 +02:00
fix: increase powerSaveBlockerSync interval to 20 seconds
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user