We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b2d51a4 commit a4b2bcdCopy full SHA for a4b2bcd
rest/cache.rest
@@ -3,5 +3,5 @@ Authorization: Bearer {{$dotenv API_TOKEN}}
3
Content-Type: application/json
4
5
{
6
- "tags": ["node:49"]
+ "tags": ["config:block_list"]
7
}
workers/handler/wrangler.toml
@@ -92,7 +92,7 @@ queue = "cache-capture"
92
93
[[queues.consumers]]
94
queue = "cache-purge-tag"
95
-max_batch_size = 100
+max_batch_size = 90
96
97
98
queue = "cache-purge-url"
0 commit comments