commit | 3422d45800ed62a0d29f9fce86a933764832c226 | [log] [tgz] |
---|---|---|
author | Akron <nils@diewald-online.de> | Tue May 14 11:14:07 2024 +0200 |
committer | Akron <nils@diewald-online.de> | Tue May 14 11:18:38 2024 +0200 |
tree | 11b0c75c2da0fcb22ab216f9d798168252bf8b63 | |
parent | 7b98f26eb871ddbc7aa1e4567e556c0374e0e285 [diff] [blame] |
Support configuration of query defaults Change-Id: I04b2077d3b803795f070268687103c557d81606a
diff --git a/kalamar.conf b/kalamar.conf index 4a4e0e2..56a6358 100644 --- a/kalamar.conf +++ b/kalamar.conf
@@ -65,5 +65,11 @@ ## Set proxy timeouts # proxy_inactivity_timeout => 120, # proxy_connect_timeout => 120, + + ## Adjust defaults + # defaults => { + # items_per_page => 20, + # context => '20-t,20-t' + # } } }