diff --git a/TwitchRSS/app.yaml b/TwitchRSS/app.yaml index 14c59dd..0ab508f 100644 --- a/TwitchRSS/app.yaml +++ b/TwitchRSS/app.yaml @@ -7,4 +7,9 @@ handlers: upload: favicon\.ico - url: /.* - script: twitchrss.app \ No newline at end of file + script: twitchrss.app + +automatic_scaling: + max_instances: 1 + max_idle_instances: 1 +