chore: increase container count to 40 (#11)
This commit is contained in:
parent
6648d728e8
commit
fac1dde746
|
|
@ -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;
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue