mirror of
https://github.com/asterisk/asterisk.git
synced 2025-11-18 07:48:14 +00:00
Update comment to reflect new timeout value.
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@253378 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -2685,7 +2685,7 @@ static void ast_remotecontrol(char *data)
|
|||||||
curline = nextline;
|
curline = nextline;
|
||||||
} while (!ast_strlen_zero(curline));
|
} while (!ast_strlen_zero(curline));
|
||||||
|
|
||||||
/* No non-verbose output in 500ms */
|
/* No non-verbose output in 60 seconds. */
|
||||||
if (not_written) {
|
if (not_written) {
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user