You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
mtc_worker: Return MTC validity window on add entry
Add the MTC validity window to `AddEntryResponse`. In case the entry was
cached, it would be necessary to parse the validity window from the
entry itself. However, for now we don't actually want to cache MTC
entries, so remove caching for now.
Copy file name to clipboardExpand all lines: crates/mtc_worker/config.schema.json
+1-6Lines changed: 1 addition & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -90,11 +90,6 @@
90
90
"default": 256,
91
91
"description": "The maximum number of entries per batch."
92
92
},
93
-
"enable_dedup": {
94
-
"type": "boolean",
95
-
"default": true,
96
-
"description": "Enables checking the deduplication cache for add-(pre-)chain requests. Can be disabled for tests and benchmarks. If disabled, `kv_namespaces` can be omitted from `wrangler.jsonc`."
0 commit comments