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.3 by root, Fri Apr 6 21:53:56 2007 UTC vs.
Revision 1.4 by root, Fri Apr 6 23:00:52 2007 UTC

102 -Flags => DB_CREATE | DB_UPGRADE, 102 -Flags => DB_CREATE | DB_UPGRADE,
103 or die "unable to create/open database table $_[0]: $BerkeleyDB::Error" 103 or die "unable to create/open database table $_[0]: $BerkeleyDB::Error"
104 } 104 }
105} 105}
106 106
107our $SYNC_INTERVAL = 6; 107our $SYNC_INTERVAL = 60;
108 108
109our %CB; 109our %CB;
110our $FH; 110our $FH;
111our $ID = "aaa0"; 111our $ID = "aaa0";
112our ($fh_r_watcher, $fh_w_watcher); 112our ($fh_r_watcher, $fh_w_watcher);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines