From 3994032aa9bc1817f5a29366ff17e1c27883a80e Mon Sep 17 00:00:00 2001 From: bijaya Date: Fri, 13 Feb 2009 10:15:26 +0000 Subject: [PATCH] Missing parameter CACHE_ID is added --- csql.conf | 3 +++ 1 file changed, 3 insertions(+) diff --git a/csql.conf b/csql.conf index 49d6791a..489a25a6 100644 --- a/csql.conf +++ b/csql.conf @@ -56,6 +56,9 @@ LOCK_TIMEOUT_RETRIES=10 #Whether to enable caching of tables from target database CACHE_TABLE=false +#Set cache id for multiple bidirectional cache node for single data source +CACHE_ID=1 + #DSN Name to connect to the target database. #This should be present in ~/odbc.ini file DSN=myodbc3 -- 2.11.4.GIT