diff --git a/src/index.ts b/src/index.ts index ac962da..45af89b 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 = 40; +const INSTANCE_COUNT = 60; export class RSSHubContainer extends Container { defaultPort = 1200; diff --git a/wrangler.toml b/wrangler.toml index f9c387e..2b44a2d 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-df6572b659bf25cabc6a71108b8cd9b70056262c" -max_instances = 40 +max_instances = 60 instance_type = "standard-1" # Durable Object binding for the container