[sr-dev] git:master:606679fc: sqlops: use a better value in the result_maxsize parameter example

Henning Westerholt hw at skalatan.de
Wed Aug 11 18:11:50 CEST 2021


Module: kamailio
Branch: master
Commit: 606679fc195825db1f8c74c8225f936fb8b79faa
URL: https://github.com/kamailio/kamailio/commit/606679fc195825db1f8c74c8225f936fb8b79faa

Author: Henning Westerholt <hw at skalatan.de>
Committer: Henning Westerholt <hw at skalatan.de>
Date: 2021-08-11T16:10:57Z

sqlops: use a better value in the result_maxsize parameter example

---

Modified: src/modules/sqlops/doc/sqlops_admin.xml

---

Diff:  https://github.com/kamailio/kamailio/commit/606679fc195825db1f8c74c8225f936fb8b79faa.diff
Patch: https://github.com/kamailio/kamailio/commit/606679fc195825db1f8c74c8225f936fb8b79faa.patch

---

diff --git a/src/modules/sqlops/doc/sqlops_admin.xml b/src/modules/sqlops/doc/sqlops_admin.xml
index ef7756b9a5..8d92c60c8e 100644
--- a/src/modules/sqlops/doc/sqlops_admin.xml
+++ b/src/modules/sqlops/doc/sqlops_admin.xml
@@ -236,7 +236,7 @@ modparam("sqlops", "connect_mode", 1)
 		<title>Set <varname>results_maxsize</varname> parameter</title>
 		<programlisting format="linespecific">
 ...
-modparam("sqlops", "results_maxsize", 4096)
+modparam("sqlops", "results_maxsize", 64)
 ...
 </programlisting>
 		</example>




More information about the sr-dev mailing list