Skip to content

Commit

Permalink
Made default conf use a max idle limit
Browse files Browse the repository at this point in the history
  • Loading branch information
lonelycode committed Nov 15, 2016
1 parent 0d5e270 commit 58ecf10
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion install/data/tyk.self_contained.conf
Original file line number Diff line number Diff line change
Expand Up @@ -79,5 +79,6 @@
"enable_bundle_downloader": true,
"bundle_base_url": "",
"global_session_lifetime": 100,
"force_global_session_lifetime": false
"force_global_session_lifetime": false,
"max_idle_connections_per_host": 100
}
3 changes: 2 additions & 1 deletion install/data/tyk.with_dash.conf
Original file line number Diff line number Diff line change
Expand Up @@ -93,5 +93,6 @@
"enable_bundle_downloader": true,
"bundle_base_url": "",
"global_session_lifetime": 100,
"force_global_session_lifetime": false
"force_global_session_lifetime": false,
"max_idle_connections_per_host": 100
}

0 comments on commit 58ecf10

Please sign in to comment.