chore: increase container count to 40 (#11)

This commit is contained in:
DIYgod 2026-02-20 18:54:50 +08:00 committed by GitHub
parent 6648d728e8
commit fac1dde746
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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 = 20;
const INSTANCE_COUNT = 40;
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-ba0f1ad2920df4b71f2244471d21aaa73779b01e"
max_instances = 20
max_instances = 40
instance_type = "standard-1"
# Durable Object binding for the container