X-Git-Url: http://jsfdemo.indexdata.com/?a=blobdiff_plain;f=src%2Fsettings.c;h=9145c22e6474ceff870c1e7ccd1ea125f1cbe4d3;hb=f60b9388134deef7df4d2315369dfdd505dc7f67;hp=5308eef69077f1e9320446bd9b0687d7986496fa;hpb=ce617dd90a2dc6632e7475ab73a887e0fb472c5c;p=pazpar2-moved-to-github.git diff --git a/src/settings.c b/src/settings.c index 5308eef..9145c22 100644 --- a/src/settings.c +++ b/src/settings.c @@ -1,5 +1,5 @@ /* This file is part of Pazpar2. - Copyright (C) 2006-2010 Index Data + Copyright (C) 2006-2011 Index Data Pazpar2 is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free @@ -70,6 +70,11 @@ static char *hard_settings[] = { "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 */ + "pz:termlist_term_factor", /* PZ_TERMLIST_TERM_FACTOR*/ + "pz:preferred", /* PZ_PREFERRED */ 0 };