ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/server/ext/db-scheduler.ext
(Generate patch)

Comparing deliantra/server/ext/db-scheduler.ext (file contents):
Revision 1.1 by root, Tue Feb 13 21:39:39 2007 UTC vs.
Revision 1.2 by root, Mon Jun 11 21:38:13 2007 UTC

1#! perl # MANDATORY 1#! perl # mandatory
2 2
3our $CHECKPOINT_INTERVAL = $cf::CFG{db_checkpoint_interval} || 10; 3our $CHECKPOINT_INTERVAL = $cf::CFG{db_checkpoint_interval} || 10;
4our $CHECKPOINT_KB = $cf::CFG{db_checkpoint_kb} || 512; 4our $CHECKPOINT_KB = $cf::CFG{db_checkpoint_kb} || 512;
5 5
6Event->timer ( 6Event->timer (

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines