You are viewing a plain text version of this content. The canonical link for it is here.
Posted to sandesha-dev@ws.apache.org by da...@apache.org on 2006/12/15 10:18:14 UTC

svn commit: r487491 - /webservices/sandesha/trunk/c/include/sandesha2_constants.h

Author: damitha
Date: Fri Dec 15 01:18:13 2006
New Revision: 487491

URL: http://svn.apache.org/viewvc?view=rev&rev=487491
Log:
Changed default storage to inmemory

Modified:
    webservices/sandesha/trunk/c/include/sandesha2_constants.h

Modified: webservices/sandesha/trunk/c/include/sandesha2_constants.h
URL: http://svn.apache.org/viewvc/webservices/sandesha/trunk/c/include/sandesha2_constants.h?view=diff&rev=487491&r1=487490&r2=487491
==============================================================================
--- webservices/sandesha/trunk/c/include/sandesha2_constants.h (original)
+++ webservices/sandesha/trunk/c/include/sandesha2_constants.h Fri Dec 15 01:18:13 2006
@@ -407,15 +407,15 @@
 
 	#define SANDESHA2_ACK_WRITTEN  "AckWritten"
 
-	#define SANDESHA2_INVOKER_SLEEP_TIME  2
+	#define SANDESHA2_INVOKER_SLEEP_TIME  6 /* 2 */
 
-	#define SANDESHA2_SENDER_SLEEP_TIME  4
+	#define SANDESHA2_SENDER_SLEEP_TIME  6 /* 4 */
 
-    #define SANDESHA2_POLLING_MANAGER_WAIT_TIME 4
+    #define SANDESHA2_POLLING_MANAGER_WAIT_TIME 12 /* 4 */
 
-	#define SANDESHA2_CLIENT_SLEEP_TIME  32
+	#define SANDESHA2_CLIENT_SLEEP_TIME  64 /* 32 */
 
-	#define SANDESHA2_TERMINATE_DELAY  100
+	#define SANDESHA2_TERMINATE_DELAY  100 /* 100 */
 
 	#define SANDESHA2_TEMP_SEQ_ID  "uuid:tempID"
 
@@ -462,7 +462,7 @@
 	
 	#define SANDESHA2_PERMANENT_STORAGE_MGR  "persistent"
 	
-	#define SANDESHA2_DEFAULT_STORAGE_MGR "persistent"
+	#define SANDESHA2_DEFAULT_STORAGE_MGR "inmemory"
 	
 	#define SANDESHA2_SENDER  "Sender"
 	



---------------------------------------------------------------------
To unsubscribe, e-mail: sandesha-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: sandesha-dev-help@ws.apache.org