diff --git a/src/index.ts b/src/index.ts index 74ad530..1020101 100644 --- a/src/index.ts +++ b/src/index.ts @@ -4,7 +4,7 @@ import { Container } from '@cloudflare/containers'; import type { KVNamespace } from '@cloudflare/workers-types'; -const INSTANCE_COUNT = 32; +const INSTANCE_COUNT = 44; const FAILURE_REASON_LIMIT = 160; const RSSHUB_ROUTE_HEADER = 'X-RSSHub-Route'; const UNKNOWN_ROUTE = 'unknown'; diff --git a/wrangler.toml b/wrangler.toml index 4e1fe36..5eaa903 100644 --- a/wrangler.toml +++ b/wrangler.toml @@ -14,7 +14,7 @@ enabled = true [[containers]] class_name = "RSSHubContainer" image = "registry.cloudflare.com/CLOUDFLARE_ACCOUNT_ID/rsshub:chromium-bundled-496e98a4cfc709aa25b634acee06ac4cb32c7b6f" -max_instances = 32 +max_instances = 44 instance_type = "standard-1" # Durable Object binding for the container