Liran Zelkha has uploaded a new change for review.

Change subject: (WIP) Added database caching parameter
......................................................................

(WIP) Added database caching parameter

Change-Id: Ic581cbcd8197956b9e9028360525e1547bff6bba
Signed-off-by: Liran Zelkha <[email protected]>
---
M 
backend/manager/modules/common/src/main/java/org/ovirt/engine/core/common/config/ConfigValues.java
1 file changed, 10 insertions(+), 6 deletions(-)


  git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/71/14971/1

diff --git 
a/backend/manager/modules/common/src/main/java/org/ovirt/engine/core/common/config/ConfigValues.java
 
b/backend/manager/modules/common/src/main/java/org/ovirt/engine/core/common/config/ConfigValues.java
index a7e947f..a68b983 100644
--- 
a/backend/manager/modules/common/src/main/java/org/ovirt/engine/core/common/config/ConfigValues.java
+++ 
b/backend/manager/modules/common/src/main/java/org/ovirt/engine/core/common/config/ConfigValues.java
@@ -45,10 +45,10 @@
     /**
      * Timeout for establishment of connections with hosts. This should be 
quite
      * small, a few secones at most, as it the TCP handshake with hosts should
-     * be very quick in most networks.
-     * At the moment we are using 3 minutes in order to preserve the behaviour
-     * before this modification, but this will probably be changed to a much
-     * smaller value (2 seconds, for example) in the future.
+     * be very quick in most networks. At the moment we are using 3 minutes in
+     * order to preserve the behaviour before this modification, but this will
+     * probably be changed to a much smaller value (2 seconds, for example) in
+     * the future.
      */
     @TypeConverterAttribute(Integer.class)
     @DefaultValueAttribute("180")
@@ -240,8 +240,7 @@
     @DefaultValueAttribute("1")
     NumberVmRefreshesBeforeSave(97), @TypeConverterAttribute(Integer.class)
     @DefaultValueAttribute("60")
-    AutoRepoDomainRefreshTime(99),
-    @TypeConverterAttribute(Boolean.class)
+    AutoRepoDomainRefreshTime(99), @TypeConverterAttribute(Boolean.class)
     @DefaultValueAttribute("true")
     InstallVds(108), @Reloadable
     @TypeConverterAttribute(Boolean.class)
@@ -1196,6 +1195,11 @@
     @DefaultValueAttribute("0.5")
     DelayResetPerVmInSeconds(504),
 
+    @Reloadable
+    @TypeConverterAttribute(Boolean.class)
+    @DefaultValueAttribute("true")
+    DatabaseCachingEnabled(451),
+
     Invalid(65535);
 
     private int intValue;


--
To view, visit http://gerrit.ovirt.org/14971
To unsubscribe, visit http://gerrit.ovirt.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ic581cbcd8197956b9e9028360525e1547bff6bba
Gerrit-PatchSet: 1
Gerrit-Project: ovirt-engine
Gerrit-Branch: master
Gerrit-Owner: Liran Zelkha <[email protected]>
_______________________________________________
Engine-patches mailing list
[email protected]
http://lists.ovirt.org/mailman/listinfo/engine-patches

Reply via email to