Skip to content

Commit a4b2bcd

Browse files
committed
Lower the number of tags
1 parent b2d51a4 commit a4b2bcd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

rest/cache.rest

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@ Authorization: Bearer {{$dotenv API_TOKEN}}
33
Content-Type: application/json
44

55
{
6-
"tags": ["node:49"]
6+
"tags": ["config:block_list"]
77
}

workers/handler/wrangler.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ queue = "cache-capture"
9292

9393
[[queues.consumers]]
9494
queue = "cache-purge-tag"
95-
max_batch_size = 100
95+
max_batch_size = 90
9696

9797
[[queues.consumers]]
9898
queue = "cache-purge-url"

0 commit comments

Comments
 (0)