From 771a7c1c1bf5221cb38f17e657695407951d7045 Mon Sep 17 00:00:00 2001 From: Yohann D'ANELLO Date: Tue, 13 Oct 2020 18:03:14 +0200 Subject: [PATCH] Better comments in example configuration file --- docs/ghostream.example.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/docs/ghostream.example.yml b/docs/ghostream.example.yml index c739121..86511b7 100644 --- a/docs/ghostream.example.yml +++ b/docs/ghostream.example.yml @@ -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