]> git.ipfire.org Git - thirdparty/tvheadend.git/commitdiff
profile: improve timeout description
authorJaroslav Kysela <perex@perex.cz>
Wed, 12 Sep 2018 08:36:26 +0000 (10:36 +0200)
committerJaroslav Kysela <perex@perex.cz>
Wed, 12 Sep 2018 08:36:26 +0000 (10:36 +0200)
src/profile.c

index 7c693789ee5013d18e772e27bd4d1ca57b91b3e8..53505c3f0548a568d1dd0cb3ba786a51a74c4c83 100644 (file)
@@ -348,9 +348,11 @@ const idclass_t profile_class =
     {
       .type     = PT_INT,
       .id       = "timeout",
-      .name     = N_("Timeout (sec) (0=infinite)"),
-      .desc     = N_("The number of seconds to wait for a stream to "
-                     "start."),
+      .name     = N_("Data timeout (sec) (0=infinite)"),
+      .desc     = N_("The number of seconds to wait for data. "
+                     "It handles the situations where no data "
+                     "are received at start or the input stream "
+                     "is stalled."),
       .off      = offsetof(profile_t, pro_timeout),
       .def.i    = 5,
       .group    = 1