[elvystrac] r1842 - less caching + change of elvys id for package creation

  • From: elvys@xxxxxxxxxxxxxxxxxxxxxx
  • To: elvystrac@xxxxxxxxxxxxx
  • Date: Wed, 24 Feb 2010 10:23:51 +0100

Author: JirkaH
Date: 2010-02-24 10:23:50 +0100 (Wed, 24 Feb 2010)
New Revision: 1842

Modified:
   trunk/client/elvys-client/bin/appconfig.xml
   trunk/client/elvys-client/bin/appconfig.xml.static
   trunk/client/elvys-client/src/constants.h
Log:
less caching + change of elvys id for package creation


Modified: trunk/client/elvys-client/bin/appconfig.xml
===================================================================
--- trunk/client/elvys-client/bin/appconfig.xml 2010-02-24 09:19:52 UTC (rev 
1841)
+++ trunk/client/elvys-client/bin/appconfig.xml 2010-02-24 09:23:50 UTC (rev 
1842)
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
 <a:app_config elvysVersion="1.0-b1" xmlns:a="cz/elvys/jaxbgen/app">
-    <a:machine_id>13</a:machine_id>
+    <a:machine_id>19</a:machine_id>
     <a:data_url>
         
<a:http_address>http://elvys.farm.particle.cz/dataIntegrationNew/4</a:http_address>
     </a:data_url>

Modified: trunk/client/elvys-client/bin/appconfig.xml.static
===================================================================
--- trunk/client/elvys-client/bin/appconfig.xml.static  2010-02-24 09:19:52 UTC 
(rev 1841)
+++ trunk/client/elvys-client/bin/appconfig.xml.static  2010-02-24 09:23:50 UTC 
(rev 1842)
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
 <app_config elvysVersion="1.0-b1">
-    <machine_id>13</machine_id>
+    <machine_id>19</machine_id>
     <data_url>
         
<http_address>http://elvys.farm.particle.cz/dataIntegration/4</http_address>
     </data_url>

Modified: trunk/client/elvys-client/src/constants.h
===================================================================
--- trunk/client/elvys-client/src/constants.h   2010-02-24 09:19:52 UTC (rev 
1841)
+++ trunk/client/elvys-client/src/constants.h   2010-02-24 09:23:50 UTC (rev 
1842)
@@ -3,7 +3,7 @@
 
 /* Cache size in KB for PDF image data for each PDF object.
  */
-#define CACHE_MAX_COST (30*1024)
+#define CACHE_MAX_COST (15*1024)
 
 /** Count of pages to preload to the memory when opening PDF document.
  */
@@ -19,7 +19,7 @@
  * recommended size is as much as you can stand :-)
 */
 
-#define PIXMAP_CACHE_LIMIT (1024*200)
+#define PIXMAP_CACHE_LIMIT (1024*100)
 
 /** scale factor for zooming-in and zooming-out*/
 #define SCALE_FACTOR 1.2L


Other related posts:

  • » [elvystrac] r1842 - less caching + change of elvys id for package creation - elvys