ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/Deliantra-Client/DC/DB.pm
(Generate patch)

Comparing deliantra/Deliantra-Client/DC/DB.pm (file contents):
Revision 1.16 by root, Mon Aug 6 05:06:33 2007 UTC vs.
Revision 1.17 by root, Fri Aug 10 04:02:13 2007 UTC

141our ($fh_r_watcher, $fh_w_watcher); 141our ($fh_r_watcher, $fh_w_watcher);
142our $sync_timer; 142our $sync_timer;
143our $write_buf; 143our $write_buf;
144our $read_buf; 144our $read_buf;
145 145
146our $SYNC = Event->idle (min => 5, max => 60, parked => 1, cb => sub { 146our $SYNC = Event->idle (min => 10, max => 60, parked => 1, cb => sub {
147 CFPlus::DB::Server::req (sync => sub { }); 147 CFPlus::DB::Server::req (sync => sub { });
148 $_[0]->w->stop; 148 $_[0]->w->stop;
149}); 149});
150 150
151sub fh_write { 151sub fh_write {

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines