Skip to content

Commit

Permalink
#1906 stop in three hours
Browse files Browse the repository at this point in the history
  • Loading branch information
yegor256 committed Mar 1, 2024
1 parent c0a2d40 commit c9ac4fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/com/rultor/agents/Agents.java
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ public SuperAgent starter() throws IOException {
new IndexesRequests(),
new SuperAgent.Quiet(
new PrunesInstances(
aws, TimeUnit.HOURS.toMillis(8L)
aws, TimeUnit.HOURS.toMillis(3L)
)
),
new SuperAgent.Disabled(
Expand Down

0 comments on commit c9ac4fc

Please sign in to comment.