X-Git-Url: http://jsfdemo.indexdata.com/?a=blobdiff_plain;f=src%2Fsettings.c;h=7ce16f04859eda5377eeda5f99c320e88bd7cb4f;hb=3808f9f8fa135b8f93659c2f4a18ee375ca05425;hp=57d31689768317a9e5fa9d9d472f50ebd9153d5e;hpb=b72c950b16346bc9c653fe9419ee7ce25a4645bd;p=pazpar2-moved-to-github.git diff --git a/src/settings.c b/src/settings.c index 57d3168..7ce16f0 100644 --- a/src/settings.c +++ b/src/settings.c @@ -41,7 +41,7 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA #include #include -#include "pazpar2.h" +#include "session.h" #include "database.h" #include "settings.h" @@ -69,6 +69,10 @@ static char *hard_settings[] = { "pz:recordfilter", "pz:pqf_strftime", "pz:negotiation_charset", + "pz:max_connections", + "pz:reuse_connections", // PZ_REUSE_CONNECTION + "pz:termlist_term_sort", // PZ_TERMLIST_TERM_SORT + "pz:termlist_term_count", // PZ_TERMLIST_TERM_COUNT 0 };