Skip to content

Commit

Permalink
Switch back to manual scaling until we figure out shared/persisted cr…
Browse files Browse the repository at this point in the history
…edentials (see #1)
  • Loading branch information
ryanfb committed Mar 31, 2017
1 parent 170b0cc commit d3478bf
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions src/main/webapp/WEB-INF/appengine-web.xml
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
<?xml version="1.0" encoding="utf-8"?>
<appengine-web-app xmlns="http://appengine.google.com/ns/1.0">
<threadsafe>true</threadsafe>
<automatic-scaling>
<max-concurrent-requests>80</max-concurrent-requests>
<max-idle-instances>1</max-idle-instances>
<min-idle-instances>1</min-idle-instances>
</automatic-scaling>
<manual-scaling>
<instances>1</instances>
</manual-scaling>

<static-files>
<exclude path="/authtable" />
Expand Down

0 comments on commit d3478bf

Please sign in to comment.