Changeset 3796
- Timestamp:
- Nov 11, 2007, 8:27:13 PM (15 years ago)
- Location:
- trunk/libtransmission
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/libtransmission/shared.c
r3775 r3796 80 80 s->natpmp = tr_natpmpInit(); 81 81 s->upnp = tr_upnpInit(); 82 s->pulseTimer = tr_timerNew( h, SharedLoop, s, 250 );82 s->pulseTimer = tr_timerNew( h, SharedLoop, s, 500 ); 83 83 84 84 return s; -
trunk/libtransmission/trevent.c
r3775 r3796 229 229 eh->lock = tr_lockNew( ); 230 230 eh->h = handle; 231 eh->pulseInterval = timevalMsec( 20 );231 eh->pulseInterval = timevalMsec( 100 ); 232 232 eh->thread = tr_threadNew( libeventThreadFunc, eh, "libeventThreadFunc" ); 233 233 }
Note: See TracChangeset
for help on using the changeset viewer.