chore: increase container instance limit to 60
This commit is contained in:
parent
a0f7559737
commit
7c83d2d4a9
|
|
@ -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;
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue