Added downloads info box to context and increased network API refresh calls to every 15 seconds

This commit is contained in:
2023-08-08 10:50:04 -06:00
parent ec980ea32c
commit d856e84b93
4 changed files with 78 additions and 48 deletions
+1 -1
View File
@@ -126,7 +126,7 @@ impl Default for App {
title: "Managarr",
tick_until_poll: 20,
tick_count: 0,
network_tick_frequency: Duration::from_secs(5),
network_tick_frequency: Duration::from_secs(10),
last_tick: Instant::now(),
is_loading: false,
is_routing: false,