Showing
1 changed file
with
1 additions
and
1 deletions
... | ... | @@ -37,7 +37,7 @@ public final class InMemoryStorage { |
37 | 37 | private InMemoryStorage() { |
38 | 38 | storage = new ConcurrentHashMap<>(); |
39 | 39 | statExecutor = Executors.newSingleThreadScheduledExecutor(); |
40 | - statExecutor.scheduleAtFixedRate(this::printStats, 30, 30, TimeUnit.SECONDS); | |
40 | + statExecutor.scheduleAtFixedRate(this::printStats, 60, 60, TimeUnit.SECONDS); | |
41 | 41 | } |
42 | 42 | |
43 | 43 | private void printStats() { | ... | ... |