chore: increase container instance limit to 60

This commit is contained in:
DIYgod 2026-03-14 13:25:18 +08:00
parent a0f7559737
commit 7c83d2d4a9
2 changed files with 2 additions and 2 deletions

View File

@ -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;

View File

@ -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