Skip to content
Snippets Groups Projects
Commit d6af81bb authored by sdumitriu's avatar sdumitriu
Browse files

XTCONFRES-44: Disable scrollable result sets

Done.

git-svn-id: https://svn.xwiki.org/svnroot/xwiki/platform/xwiki-tools/trunk@24773 f329d543-caf0-0310-9063-dda96c69346f
parent b14a81db
No related branches found
No related tags found
No related merge requests found
...@@ -28,6 +28,8 @@ ...@@ -28,6 +28,8 @@
<property name="dbcp.ps.maxActive">20</property> <property name="dbcp.ps.maxActive">20</property>
<property name="dbcp.ps.maxWait">120000</property> <property name="dbcp.ps.maxWait">120000</property>
<property name="dbcp.ps.maxIdle">20</property> <property name="dbcp.ps.maxIdle">20</property>
<!-- Without it, some queries fail in MS SQL. XWiki doesn't need scrollable result sets, anyway. -->
<property name="jdbc.use_scrollable_resultset">false</property>
<!-- Configuration for the default database. <!-- Configuration for the default database.
Comment out this section and uncomment other sections below if you want to use another database. Comment out this section and uncomment other sections below if you want to use another database.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment