Skip to content

Commit

Permalink
Merge pull request #4339 from vespa-engine/hmusum/stop-using-feature-…
Browse files Browse the repository at this point in the history
…flag-9

Use default value for container-shutdown-timeout (50)
  • Loading branch information
hmusum authored Feb 11, 2025
2 parents 9653384 + fe1f918 commit 3765e56
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion docker/include/feature-flags.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@
{ "id" : "rpc-events-before-wakeup", "rules" : [ { "value" : 1 } ] },
{ "id" : "async-message-handling-on-schedule", "rules" : [ { "value" : true } ] },
{ "id" : "max-uncommitted-memory", "rules" : [ { "value" : 130000 } ] },
{ "id" : "container-shutdown-timeout", "rules" : [ { "value" : 40.0 } ] },
{ "id" : "container-dump-heap-on-shutdown-timeout", "rules" : [ { "value" : true } ] },
{ "id" : "resource-limit-disk", "rules" : [ { "value" : 0.9 } ] },
{ "id" : "summary-decode-policy", "rules" : [ { "value" : "on-demand" } ] },
Expand Down

0 comments on commit 3765e56

Please sign in to comment.