mirror of
https://github.com/KingDuckZ/kamokan.git
synced 2024-11-23 00:33:44 +00:00
Orthography fix
This commit is contained in:
parent
8f7a569845
commit
619f1ecc75
1 changed files with 3 additions and 3 deletions
|
@ -65,7 +65,7 @@ max_pastie_size = 25000
|
|||
#rejected (default: 10)
|
||||
#max_token_length = 10
|
||||
|
||||
#wether pasties longer than max_pastie_size should be truncated to the maximum
|
||||
#whether pasties longer than max_pastie_size should be truncated to the maximum
|
||||
#allowed size and accepted anyways instead of being rejected (default: false)
|
||||
#truncate_long_pasties = false
|
||||
|
||||
|
@ -78,11 +78,11 @@ max_pastie_size = 25000
|
|||
#log destination; use - for stdout (default: -)
|
||||
#log_file = -
|
||||
|
||||
#minimum delay in seconds between two pasties in order for the second to be
|
||||
#minimum delay in seconds between two pasties in order for the second one to be
|
||||
#accepted and stored (default: 10)
|
||||
#resubmit_wait = 10
|
||||
|
||||
#wether kamokan should store syntax highlighted pasties along with the original;
|
||||
#whether kamokan should store syntax highlighted pasties along with the original;
|
||||
#only the selected pastie language will be pre-cached, and only if it's not
|
||||
#colourless; use this if you can receive potentially large pasties that need
|
||||
#syntax highlighting and are running on slow hardware (default: true)
|
||||
|
|
Loading…
Reference in a new issue