IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 24542


Ignore:
Timestamp:
Jun 24, 2009, 2:19:22 PM (17 years ago)
Author:
jhoblitt
Message:

don't be super aggressive about retrying failed connections

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Nebulous-Server/lib/Nebulous/Server.pm

    r24541 r24542  
    168168            if ($@ =~ qr/Can't connect to MySQL server/) {
    169169                $log->warn("database error, retrying transaction: $@");
     170                sleep 1;
    170171                redo TRANS;
    171172            }
Note: See TracChangeset for help on using the changeset viewer.