Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion packages/api/wrangler.jsonc
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"head_sampling_rate": 1
},
"limits": {
"cpu_ms": 300000 // 300,000 milliseconds = 5 minutes
"cpu_ms": 400000 // 400,000 milliseconds = max allowed by Cloudflare
},
// Environment variables are managed via:
// - Production: Cloudflare dashboard
Expand Down
Loading