Merge release Beta 1 into stable #21
1 changed files with 3 additions and 2 deletions
|
@ -4,7 +4,7 @@
|
|||
:default-board "/mlp/" ;Board to be used when no board=x param given
|
||||
:board-disabled-message "This board is not enabled for feed generation.\n\nYou can contact me here: [contact]"
|
||||
:enable-board-listing true ;Whether to show list of enabled boards in /boards
|
||||
:boards-defaults {:refresh-rate 300
|
||||
:boards-defaults {:refresh-rate 300 ;how often new data should be downloaded in seconds
|
||||
:starting-page 7
|
||||
:default-chod 94
|
||||
;; If you want to do some preprocessing beforehand, you can override
|
||||
|
@ -14,7 +14,8 @@
|
|||
;; Commented parts bellow are still unimplemented
|
||||
;; Only download catalog when someone requests feed and cache is old
|
||||
;; Saves request to 4chan, usefull for borads that are checked rarely
|
||||
;; :lazy-load false
|
||||
;; Generally the better option, first request in :refresh-rate may take longer
|
||||
:lazy-load true
|
||||
;; Whether to allow regex search thru the threads (&qr= param)
|
||||
;; :regex-enable true
|
||||
;; Wheter to create cache by downloading whole catalog or every required
|
||||
|
|
Loading…
Reference in a new issue