Show
Ignore:
Timestamp:
08/28/08 03:09:15 (4 months ago)
Author:
chrismeller
Message:

Adding a more reasonable timeout to the Update check to ensure users can still login, even when the habariproject.org server is slow or unreachable.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/htdocs/system/classes/update.php

    r2162 r2393  
    7070                ) 
    7171            ); 
     72            $request->set_timeout( 10 ); 
    7273            $result= $request->execute(); 
    7374            if ( Error::is_error( $result ) ) {