[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    kdesupport/soprano/backends/virtuoso
From:       Sebastian Trueg <sebastian () trueg ! de>
Date:       2009-12-03 16:11:50
Message-ID: 1259856710.220173.25297.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 1057920 by trueg:

Reset default buffers to previous 2000. 100 is way too little and makes virtuoso actually crash

 M  +1 -1      virtuosocontroller.cpp  


--- trunk/kdesupport/soprano/backends/virtuoso/virtuosocontroller.cpp #1057919:1057920
@@ -233,7 +233,7 @@
     QString dir = valueInSettings( settings, BackendOptionStorageDir ).toString();
 
     // backwards compatibility
-    int numberOfBuffers = valueInSettings( settings, "buffers", 100 ).toInt();
+    int numberOfBuffers = valueInSettings( settings, "buffers", 2000 ).toInt();
     int numberOfThreads = valueInSettings( settings, "threads", 10 ).toInt();
 
     numberOfBuffers = valueInSettings( settings, "NumberOfBuffers", numberOfBuffers ).toInt();
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic