We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 25b20b5 commit 0f4eb6aCopy full SHA for 0f4eb6a
gwt-cal-demo/war/WEB-INF/appengine-web.xml
@@ -3,6 +3,12 @@
3
<application>gwt-web-calendar</application>
4
<version>google</version>
5
6
+ <!--
7
+ By default, App Engine sends requests serially to a given web server.
8
+ To allow App Engine to send multiple requests in parallel specify:
9
+ -->
10
+ <threadsafe>true</threadsafe>
11
+
12
<!-- Configure java.util.logging -->
13
<system-properties>
14
<property name="java.util.logging.config.file" value="WEB-INF/logging.properties"/>
0 commit comments