summaryrefslogtreecommitdiff
path: root/lib/Multi/Image.pm
diff options
context:
space:
mode:
authoryorhel <yorhel@1fe2e327-d9db-4752-bcf7-ef0cb4a1748b>2008-08-09 11:37:43 +0000
committeryorhel <yorhel@1fe2e327-d9db-4752-bcf7-ef0cb4a1748b>2008-08-09 11:37:43 +0000
commitd4ba8b01125efae32a75be2777a185f95824f4d3 (patch)
tree997b05cff894444456f1c56e1101e562bcd3d7fe /lib/Multi/Image.pm
parentfe339fee2dc7e5fc7d66c050e96c0341ebc6f8e1 (diff)
Implemented a notification system and made some general improvements in Multi.
git-svn-id: svn://vndb.org/vndb@81 1fe2e327-d9db-4752-bcf7-ef0cb4a1748b
Diffstat (limited to 'lib/Multi/Image.pm')
-rw-r--r--lib/Multi/Image.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Multi/Image.pm b/lib/Multi/Image.pm
index d94af5f4..b615ef4e 100644
--- a/lib/Multi/Image.pm
+++ b/lib/Multi/Image.pm
@@ -98,7 +98,7 @@ sub update {
if($Multi::SQL->do('UPDATE vn_rev SET image = ? WHERE image = ?', undef, $_[HEAP]{imgid}, -1*$_[HEAP]{imgid})) {
$_[KERNEL]->yield('finish');
} elsif(!$_[ARG0]) {
- $_[KERNEL]->delay(update => 1, 3);
+ $_[KERNEL]->delay(update => 3, 3);
} else {
$_[KERNEL]->call(core => log => 1, 'Image %d not present in the database!', $_[HEAP]{imgid});
$_[KERNEL]->yield('finish');