Skip to content

Commit 30d677d

Browse files
author
root
committed
Fixed data type of active/inactive timeout in init config
1 parent b80e0fa commit 30d677d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

init/link0.conf.example

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,6 @@ UDP=yes
3131
# Size of flow cache, exponent to the power of two
3232
CACHE_SIZE=17
3333

34-
# Active and inactive timeout in seconds (double)
35-
ACTIVE_TIMEOUT=300.0
36-
INACTIVE_TIMEOUT=65.0
34+
# Active and inactive timeout in seconds
35+
ACTIVE_TIMEOUT=300
36+
INACTIVE_TIMEOUT=65

0 commit comments

Comments
 (0)