mirror of
https://github.com/GravitLauncher/Launcher
synced 2025-02-02 04:25:27 +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) {
|
} catch (Exception e) {
|
||||||
LogHelper.error(e);
|
LogHelper.error(e);
|
||||||
}
|
}
|
||||||
}, 60, 60, TimeUnit.SECONDS);
|
}, 5, 5, TimeUnit.SECONDS);
|
||||||
autoRefreshRunning = true;
|
autoRefreshRunning = true;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue