|
@@ -77,9 +77,9 @@ Carsten Bock
|
|
3.31. fetch_rows (integer)
|
|
3.31. fetch_rows (integer)
|
|
3.32. hash_size (integer)
|
|
3.32. hash_size (integer)
|
|
3.33. preload (string)
|
|
3.33. preload (string)
|
|
- 3.34. db_update_as_insert (string)
|
|
|
|
- 3.35. db_check_update (string)
|
|
|
|
- 3.36. timer_procs (string)
|
|
|
|
|
|
+ 3.34. db_update_as_insert (int)
|
|
|
|
+ 3.35. db_check_update (int)
|
|
|
|
+ 3.36. timer_procs (int)
|
|
3.37. xavp_contact (string)
|
|
3.37. xavp_contact (string)
|
|
3.38. db_ops_ruid (int)
|
|
3.38. db_ops_ruid (int)
|
|
3.39. handle_lost_tcp (int)
|
|
3.39. handle_lost_tcp (int)
|
|
@@ -236,9 +236,9 @@ Chapter 1. Admin Guide
|
|
3.31. fetch_rows (integer)
|
|
3.31. fetch_rows (integer)
|
|
3.32. hash_size (integer)
|
|
3.32. hash_size (integer)
|
|
3.33. preload (string)
|
|
3.33. preload (string)
|
|
- 3.34. db_update_as_insert (string)
|
|
|
|
- 3.35. db_check_update (string)
|
|
|
|
- 3.36. timer_procs (string)
|
|
|
|
|
|
+ 3.34. db_update_as_insert (int)
|
|
|
|
+ 3.35. db_check_update (int)
|
|
|
|
+ 3.36. timer_procs (int)
|
|
3.37. xavp_contact (string)
|
|
3.37. xavp_contact (string)
|
|
3.38. db_ops_ruid (int)
|
|
3.38. db_ops_ruid (int)
|
|
3.39. handle_lost_tcp (int)
|
|
3.39. handle_lost_tcp (int)
|
|
@@ -363,9 +363,9 @@ Chapter 1. Admin Guide
|
|
3.31. fetch_rows (integer)
|
|
3.31. fetch_rows (integer)
|
|
3.32. hash_size (integer)
|
|
3.32. hash_size (integer)
|
|
3.33. preload (string)
|
|
3.33. preload (string)
|
|
- 3.34. db_update_as_insert (string)
|
|
|
|
- 3.35. db_check_update (string)
|
|
|
|
- 3.36. timer_procs (string)
|
|
|
|
|
|
+ 3.34. db_update_as_insert (int)
|
|
|
|
+ 3.35. db_check_update (int)
|
|
|
|
+ 3.36. timer_procs (int)
|
|
3.37. xavp_contact (string)
|
|
3.37. xavp_contact (string)
|
|
3.38. db_ops_ruid (int)
|
|
3.38. db_ops_ruid (int)
|
|
3.39. handle_lost_tcp (int)
|
|
3.39. handle_lost_tcp (int)
|
|
@@ -823,7 +823,7 @@ modparam("usrloc", "hash_size", 12)
|
|
modparam("usrloc", "preload", "location")
|
|
modparam("usrloc", "preload", "location")
|
|
...
|
|
...
|
|
|
|
|
|
-3.34. db_update_as_insert (string)
|
|
|
|
|
|
+3.34. db_update_as_insert (int)
|
|
|
|
|
|
Set this parameter if you want to do INSERT DB operations instead of
|
|
Set this parameter if you want to do INSERT DB operations instead of
|
|
UPDATE DB operations. It is recommended to set this parameter if you
|
|
UPDATE DB operations. It is recommended to set this parameter if you
|
|
@@ -836,7 +836,7 @@ modparam("usrloc", "preload", "location")
|
|
modparam("usrloc", "db_update_as_insert", 1)
|
|
modparam("usrloc", "db_update_as_insert", 1)
|
|
...
|
|
...
|
|
|
|
|
|
-3.35. db_check_update (string)
|
|
|
|
|
|
+3.35. db_check_update (int)
|
|
|
|
|
|
Set this parameter to 1 if you want to do DB INSERT if the number of
|
|
Set this parameter to 1 if you want to do DB INSERT if the number of
|
|
affected rows by contact DB UPDATE operation is 0. The database module
|
|
affected rows by contact DB UPDATE operation is 0. The database module
|
|
@@ -851,7 +851,7 @@ modparam("usrloc", "db_update_as_insert", 1)
|
|
modparam("usrloc", "db_check_update", 1)
|
|
modparam("usrloc", "db_check_update", 1)
|
|
...
|
|
...
|
|
|
|
|
|
-3.36. timer_procs (string)
|
|
|
|
|
|
+3.36. timer_procs (int)
|
|
|
|
|
|
Number of timer processes to be started by module. Timer processes take
|
|
Number of timer processes to be started by module. Timer processes take
|
|
care of checking expired records and synchronization with database. If
|
|
care of checking expired records and synchronization with database. If
|