diff options
author | Stephane Gamard <stephane.gamard@sonarsource.com> | 2014-09-08 16:14:04 +0200 |
---|---|---|
committer | Stephane Gamard <stephane.gamard@sonarsource.com> | 2014-09-08 17:48:51 +0200 |
commit | 1e9faaca4a1f427688f1d8751c38033695e96fcd (patch) | |
tree | d2ddae7245ec975fe416cb61cd2c02ed98570acb /sonar-application | |
parent | 87efb1a599d28408661212fec6a7877640dd81ea (diff) | |
download | sonarqube-1e9faaca4a1f427688f1d8751c38033695e96fcd.tar.gz sonarqube-1e9faaca4a1f427688f1d8751c38033695e96fcd.zip |
SONAR-5560 - enabled scrolling for synchronizer
Diffstat (limited to 'sonar-application')
-rw-r--r-- | sonar-application/src/main/assembly/conf/sonar.properties | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sonar-application/src/main/assembly/conf/sonar.properties b/sonar-application/src/main/assembly/conf/sonar.properties index 8cae11e3cca..283d23abbf8 100644 --- a/sonar-application/src/main/assembly/conf/sonar.properties +++ b/sonar-application/src/main/assembly/conf/sonar.properties @@ -28,7 +28,7 @@ #----- MySQL 5.x -#sonar.jdbc.url=jdbc:mysql://localhost:3306/sonar?useUnicode=true&characterEncoding=utf8&rewriteBatchedStatements=true&useConfigs=maxPerformance +#sonar.jdbc.url=jdbc:mysql://localhost:3306/sonar?useCursorFetch=true&useUnicode=true&characterEncoding=utf8&rewriteBatchedStatements=true&useConfigs=maxPerformance #----- Oracle 10g/11g |