Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
profile: improve timeout description
  • Loading branch information
perexg committed Sep 12, 2018
1 parent b446696 commit 31e50ee
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions src/profile.c
Expand Up @@ -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
Expand Down

0 comments on commit 31e50ee

Please sign in to comment.