Skip to content

Commit

Permalink
fix: update idletimeout setting in configuration example
Browse files Browse the repository at this point in the history
  • Loading branch information
PlusOne committed Jan 26, 2025
1 parent 2f570c4 commit 59cf03e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config.example.toml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ containerfile = "/mnt/iso/container.iso"
[timeouts]
readtimeout = "4800s"
writetimeout = "4800s"
idletimeout = "4800s"
idletimeout = "65s"

[security]
secret = "changeme"
Expand Down

0 comments on commit 59cf03e

Please sign in to comment.