change inetd timeout to be more readable in code

This commit is contained in:
Radim Kolar 2019-08-24 11:33:32 +02:00
parent 599ace11d2
commit 2a09e1a5ba

View File

@ -339,7 +339,7 @@ int main (int argc, char ** argv)
{
if(inetd_timeout==0)
/* 5. minutes is maximum resend timeout required by protocol */
inetd_timeout=300*1000L;
inetd_timeout=5*60*1000L;
}else
{
if(inetd_timeout==0 || !dbug)