tweak
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@16094 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
parent
8f05bb7939
commit
3e96cf8929
|
@ -105,7 +105,7 @@ static void do_sleep(switch_interval_time_t t)
|
|||
#endif
|
||||
|
||||
#if !defined(DARWIN)
|
||||
if (t > 100000) {
|
||||
if (t > 100000 || !NANO) {
|
||||
apr_sleep(t);
|
||||
}
|
||||
#endif
|
||||
|
|
Loading…
Reference in New Issue