Changeset 10098
- Timestamp:
- Feb 5, 2010, 4:54:08 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/libtransmission/web.c
r10090 r10098 294 294 getTimeoutFromURL( const char * url ) 295 295 { 296 if( strstr( url, "scrape" ) != NULL ) return 20;297 if( strstr( url, "announce" ) != NULL ) return 60;296 if( strstr( url, "scrape" ) != NULL ) return 30; 297 if( strstr( url, "announce" ) != NULL ) return 120; 298 298 return 240; 299 299 }
Note: See TracChangeset
for help on using the changeset viewer.