mirror of
https://github.com/GravitLauncher/Launcher
synced 2025-01-22 07:14:16 +03:00
[FIX] Change default refresh rate to 5 seconds
This commit is contained in:
parent
9e83e8bec8
commit
e85a12afab
1 changed files with 1 additions and 1 deletions
|
@ -50,7 +50,7 @@ public static synchronized void startAutoRefresh() {
|
|||
} catch (Exception e) {
|
||||
LogHelper.error(e);
|
||||
}
|
||||
}, 60, 60, TimeUnit.SECONDS);
|
||||
}, 5, 5, TimeUnit.SECONDS);
|
||||
autoRefreshRunning = true;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue