File tree Expand file tree Collapse file tree 2 files changed +11
-5
lines changed
packages/gitbook/openNext/customWorkers Expand file tree Collapse file tree 2 files changed +11
-5
lines changed Original file line number Diff line number Diff line change 16
16
"env" : {
17
17
"dev" : {
18
18
"vars" : {
19
- "STAGE" : " dev"
19
+ "STAGE" : " dev" ,
20
+ "OPEN_NEXT_REQUEST_ID_HEADER" : " true"
20
21
},
21
22
"r2_buckets" : [
22
23
{
84
85
}
85
86
},
86
87
"staging" : {
88
+ "vars" : {
89
+ "OPEN_NEXT_REQUEST_ID_HEADER" : " true"
90
+ },
87
91
"r2_buckets" : [
88
92
{
89
93
"binding" : " NEXT_INC_CACHE_R2_BUCKET" ,
126
130
// This is a bit misleading, but it means that we can have 500 concurrent revalidations
127
131
// This means that we'll have up to 100 durable objects instance running at the same time
128
132
"MAX_REVALIDATE_CONCURRENCY" : " 100" ,
129
- "OPEN_NEXT_REQUEST_ID_HEADER" : true
133
+ "OPEN_NEXT_REQUEST_ID_HEADER" : " true"
130
134
},
131
135
"r2_buckets" : [
132
136
{
Original file line number Diff line number Diff line change 21
21
"dev" : {
22
22
"vars" : {
23
23
"STAGE" : " dev" ,
24
- "NEXT_PRIVATE_DEBUG_CACHE" : " true"
24
+ "NEXT_PRIVATE_DEBUG_CACHE" : " true" ,
25
+ "OPEN_NEXT_REQUEST_ID_HEADER" : " true"
25
26
},
26
27
"r2_buckets" : [
27
28
{
85
86
"staging" : {
86
87
"vars" : {
87
88
"STAGE" : " staging" ,
88
- "WORKER_VERSION_ID" : " TO_REPLACE"
89
+ "WORKER_VERSION_ID" : " TO_REPLACE" ,
90
+ "OPEN_NEXT_REQUEST_ID_HEADER" : " true"
89
91
},
90
92
"routes" : [
91
93
{
154
156
"DEBUG_CLOUDFLARE" : " true" ,
155
157
"WORKER_VERSION_ID" : " TO_REPLACE" ,
156
158
"STAGE" : " production" ,
157
- "OPEN_NEXT_REQUEST_ID_HEADER" : true
159
+ "OPEN_NEXT_REQUEST_ID_HEADER" : " true"
158
160
},
159
161
"routes" : [
160
162
{
You can’t perform that action at this time.
0 commit comments