Skip to content

Commit e872bdb

Browse files
chore(cloud-agent): lower production max_instances to 15 (#2844)
Co-authored-by: kiloconnect[bot] <240665456+kiloconnect[bot]@users.noreply.github.com>
1 parent 304defa commit e872bdb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

services/cloud-agent/wrangler.jsonc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@
118118
"image_vars": {
119119
"KILOCODE_CLI_VERSION": "v0.26.0",
120120
},
121-
"max_instances": 200,
121+
"max_instances": 15,
122122
"rollout_active_grace_period": 1800,
123123
},
124124
],

0 commit comments

Comments
 (0)