# HG changeset patch # User Sascha L. Teichmann # Date 1264427332 0 # Node ID 0eba2f032e0de28cab92459ed84ecd847dc2942d # Parent d5a7608a4eea24bbc163e1c3f43f582c72bb1f8d Set serverRoundtripInterval to 5 seconds and serverInactiveInterval to 5 minutes. gnv-artifacts/trunk@620 c6561f87-3c4e-4783-a992-168aeb5c3f6f diff -r d5a7608a4eea -r 0eba2f032e0d gnv-artifacts/ChangeLog --- a/gnv-artifacts/ChangeLog Mon Jan 25 11:40:05 2010 +0000 +++ b/gnv-artifacts/ChangeLog Mon Jan 25 13:48:52 2010 +0000 @@ -1,3 +1,8 @@ +2010-01-25 Sascha L. Teichmann + + * doc/conf/arcsdeconnectionpool.properties: Set serverRoundtripInterval + to 5 seconds and serverInactiveInterval to 5 minutes. + 2010-01-25 Ingo Weinzierl * doc/conf/products/verticalcrosssection/conf_mesh.xml, diff -r d5a7608a4eea -r 0eba2f032e0d gnv-artifacts/doc/conf/arcsdeconnectionpool.properties --- a/gnv-artifacts/doc/conf/arcsdeconnectionpool.properties Mon Jan 25 11:40:05 2010 +0000 +++ b/gnv-artifacts/doc/conf/arcsdeconnectionpool.properties Mon Jan 25 13:48:52 2010 +0000 @@ -26,9 +26,10 @@ testOnReturn=false testWhileIdle=false timeBetweenEvictionRunsMillis=360000 -serverRoundtripInterval=900000 +serverRoundtripInterval=5 +serverInactiveInterval=300 server=localhost username=gast credentials=gast port=22119 -database=esri_sde \ No newline at end of file +database=esri_sde