|
@@ -74,9 +74,9 @@ Carsten Bock
|
|
|
3.28. fetch_rows (integer)
|
|
|
3.29. hash_size (integer)
|
|
|
3.30. preload (string)
|
|
|
- 3.31. db_update_as_insert (string)
|
|
|
- 3.32. db_check_update (string)
|
|
|
- 3.33. timer_procs (string)
|
|
|
+ 3.31. db_update_as_insert (int)
|
|
|
+ 3.32. db_check_update (int)
|
|
|
+ 3.33. timer_procs (int)
|
|
|
3.34. xavp_contact (string)
|
|
|
3.35. db_ops_ruid (int)
|
|
|
3.36. handle_lost_tcp (int)
|
|
@@ -223,9 +223,9 @@ Chapter 1. Admin Guide
|
|
|
3.28. fetch_rows (integer)
|
|
|
3.29. hash_size (integer)
|
|
|
3.30. preload (string)
|
|
|
- 3.31. db_update_as_insert (string)
|
|
|
- 3.32. db_check_update (string)
|
|
|
- 3.33. timer_procs (string)
|
|
|
+ 3.31. db_update_as_insert (int)
|
|
|
+ 3.32. db_check_update (int)
|
|
|
+ 3.33. timer_procs (int)
|
|
|
3.34. xavp_contact (string)
|
|
|
3.35. db_ops_ruid (int)
|
|
|
3.36. handle_lost_tcp (int)
|
|
@@ -346,9 +346,9 @@ Chapter 1. Admin Guide
|
|
|
3.28. fetch_rows (integer)
|
|
|
3.29. hash_size (integer)
|
|
|
3.30. preload (string)
|
|
|
- 3.31. db_update_as_insert (string)
|
|
|
- 3.32. db_check_update (string)
|
|
|
- 3.33. timer_procs (string)
|
|
|
+ 3.31. db_update_as_insert (int)
|
|
|
+ 3.32. db_check_update (int)
|
|
|
+ 3.33. timer_procs (int)
|
|
|
3.34. xavp_contact (string)
|
|
|
3.35. db_ops_ruid (int)
|
|
|
3.36. handle_lost_tcp (int)
|
|
@@ -767,7 +767,7 @@ modparam("usrloc", "hash_size", 12)
|
|
|
modparam("usrloc", "preload", "location")
|
|
|
...
|
|
|
|
|
|
-3.31. db_update_as_insert (string)
|
|
|
+3.31. db_update_as_insert (int)
|
|
|
|
|
|
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
|
|
@@ -780,7 +780,7 @@ modparam("usrloc", "preload", "location")
|
|
|
modparam("usrloc", "db_update_as_insert", 1)
|
|
|
...
|
|
|
|
|
|
-3.32. db_check_update (string)
|
|
|
+3.32. db_check_update (int)
|
|
|
|
|
|
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
|
|
@@ -795,7 +795,7 @@ modparam("usrloc", "db_update_as_insert", 1)
|
|
|
modparam("usrloc", "db_check_update", 1)
|
|
|
...
|
|
|
|
|
|
-3.33. timer_procs (string)
|
|
|
+3.33. timer_procs (int)
|
|
|
|
|
|
Number of timer processes to be started by module. Timer processes take
|
|
|
care of checking expired records and syncronization with database. If
|