Searched refs:nRetryInterval (Results 1 – 1 of 1) sorted by relevance
575 static const sal_Int32 nRetryInterval[] = { 900, 3600, 14400, 86400 }; in run() local577 if( n < sizeof(nRetryInterval) / sizeof(sal_Int32) ) in run()580 tv.Seconds = nRetryInterval[n-1]; in run()687 static const sal_Int16 nRetryInterval[] = { 60, 300, 900, 3600 }; in run() local689 if( n < sizeof(nRetryInterval) / sizeof(sal_Int16) ) in run()692 tv.Seconds = nRetryInterval[n-1]; in run()
Completed in 25 milliseconds