Changeset 5022
- Timestamp:
- 11/11/09 10:24:38 (4 months ago)
- Files:
-
- 1 modified
-
branches/greyhound/lib/MT/App/Search.pm (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/greyhound/lib/MT/App/Search.pm
r4909 r5022 1131 1131 } 1132 1132 1133 unless ( $^O eq 'MSWin32' ) { 1134 1133 if ( $^O eq 'MSWin32' ) { 1134 $$result = 1; #FIXME 1135 } 1136 else { 1135 1137 # Use SIGALRM to stop processing in 5 seconds for each request 1136 1138 $SIG{ALRM} = sub {
