Skip to content

Commit

Permalink
drops quietly
Browse files Browse the repository at this point in the history
  • Loading branch information
yegor256 committed Aug 22, 2024
1 parent 7d32586 commit 0ffc458
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/main/java/com/rultor/agents/Agents.java
Original file line number Diff line number Diff line change
Expand Up @@ -321,7 +321,9 @@ public Agent agent(final Talk talk, final Profile profile)
),
// @checkstyle MagicNumber (1 line)
new DismountDaemon(TimeUnit.HOURS.toMinutes(5L)),
new DropsDaemon(TimeUnit.HOURS.toMinutes(1L)),
new Agent.Quiet(
new DropsDaemon(TimeUnit.HOURS.toMinutes(1L))
),
new Agent.Quiet(new MkdirDaemon()),
new TimedAgent(new StartsDaemon(profile)),
// @checkstyle MagicNumber (1 line)
Expand Down

0 comments on commit 0ffc458

Please sign in to comment.