Skip to content

Commit b72dfdb

Browse files
authored
refactor: 120 secs
1 parent 7effbb4 commit b72dfdb

File tree

2 files changed

+1
-17
lines changed

2 files changed

+1
-17
lines changed

app/build.gradle.kts

Lines changed: 0 additions & 16 deletions
This file was deleted.

app/src/app/Main.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ fun main() {
2020
println("É igual a: $total")
2121
}
2222

23-
scheduler.scheduleAtFixedRate(task, 0, 1, TimeUnit.SECONDS)
23+
scheduler.scheduleAtFixedRate(task, 0, 120, TimeUnit.SECONDS)
2424

2525
startHealthServer()
2626
}

0 commit comments

Comments
 (0)