File tree Expand file tree Collapse file tree 1 file changed +5
-8
lines changed Expand file tree Collapse file tree 1 file changed +5
-8
lines changed Original file line number Diff line number Diff line change 108108 <version >${appengine.version} </version >
109109 <configuration >
110110 <enableJarClasses >false</enableJarClasses >
111- <!-- Comment in the below snippet to bind to all IPs instead of just localhost -->
112- <!-- address>0.0.0.0</address>
113- <port>8080</port -->
114- <!-- Comment in the below snippet to enable local debugging with a remove debugger
115- like those included with Eclipse or IntelliJ -->
116- <!-- jvmFlags>
117- <jvmFlag>-agentlib:jdwp=transport=dt_socket,address=8000,server=y,suspend=n</jvmFlag>
118- </jvmFlags -->
111+ <!-- [START maven_test_highrep_configuration] -->
112+ <jvmFlags >
113+ <jvmFlag >-Ddatastore.default_high_rep_job_policy_unapplied_job_pct=20</jvmFlag >
114+ </jvmFlags >
115+ <!-- [END maven_test_highrep_configuration] -->
119116 </configuration >
120117 </plugin >
121118 <plugin >
You can’t perform that action at this time.
0 commit comments