Browse Source

add smart placement

Tienson Qin 1 month ago
parent
commit
c742bc50e0
1 changed files with 2 additions and 2 deletions
  1. 2 2
      deps/db-sync/worker/wrangler.toml

+ 2 - 2
deps/db-sync/worker/wrangler.toml

@@ -6,8 +6,8 @@ compatibility_flags = [ "nodejs_compat" ]
 [observability]
 enabled = true
 
-[limits]
-cpu_ms = 120_000
+[placement]
+mode = "smart"
 
 [[durable_objects.bindings]]
 name = "LOGSEQ_SYNC_DO"