Better comments in example configuration file
This commit is contained in:
parent
0dc89b57e1
commit
771a7c1c1b
|
@ -73,15 +73,19 @@ srt:
|
|||
telnet:
|
||||
# By default, this easter egg is disabled.
|
||||
# You must enable it to use it.
|
||||
#
|
||||
#enabled: false
|
||||
|
||||
#listenAddress: :8023
|
||||
|
||||
# Size is in characters. It is recommended to keep a 16x9 format.
|
||||
#
|
||||
#width: 80
|
||||
#height: 45
|
||||
|
||||
# Time in milliseconds that we should sleep between two images. By default, 20 FPS. Displaying text takes time...
|
||||
# Time in milliseconds that we should sleep between two images.
|
||||
# By default, 20 FPS. Displaying text takes time...
|
||||
#
|
||||
#delay: 50
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue