[sr-dev] git:admorten/sca: modules/sca: add SCA_DB_DEFAULT_FETCH_ROW_COUNT

Andrew Mortensen admorten at isc.upenn.edu
Tue Apr 16 02:17:04 CEST 2013


Module: sip-router
Branch: admorten/sca
Commit: fbd7d5a4349dc084fe3ee817edc5e3ddfd5b8eb6
URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=fbd7d5a4349dc084fe3ee817edc5e3ddfd5b8eb6

Author: Andrew Mortensen <admorten at isc.upenn.edu>
Committer: Andrew Mortensen <admorten at isc.upenn.edu>
Date:   Mon Apr 15 20:16:36 2013 -0400

modules/sca: add SCA_DB_DEFAULT_FETCH_ROW_COUNT

---

 modules/sca/sca_db.h |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/modules/sca/sca_db.h b/modules/sca/sca_db.h
index 2a5e489..99d4d06 100644
--- a/modules/sca/sca_db.h
+++ b/modules/sca/sca_db.h
@@ -31,6 +31,8 @@
 
 #define SCA_DB_SUBSCRIPTIONS_NUM_COLUMNS	12
 
+#define SCA_DB_DEFAULT_FETCH_ROW_COUNT		1000
+
 enum {
     SCA_DB_SUBS_SUBSCRIBER_COL = 0,
     SCA_DB_SUBS_AOR_COL = 1,




More information about the sr-dev mailing list