Commit e0cc84916c8a0eafade7af95634c7426d5e3fb63

Authored by Adhidarma Hadiwinoto
1 parent d9749b74e3
Exists in master

Fix kill_on_idle_max_age_ms sample

Showing 1 changed file with 1 additions and 1 deletions Side-by-side Diff

... ... @@ -17,6 +17,6 @@
17 17 },
18 18 "kill_on_idle": {
19 19 "disable": false,
20   - "max_idle_ms": 6000
  20 + "max_idle_ms": 60000
21 21 }
22 22 }