summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorYorhel <git@yorhel.nl>2009-07-16 16:25:40 +0200
committerYorhel <git@yorhel.nl>2009-07-16 16:25:40 +0200
commit42734f7fb1b500c09745d45708630803a82ae2ad (patch)
tree9792b9efc521c7297005e16502645352d69c0eee /data
parent9a07126464f4ca05f33e7375883ada66abe7dcf4 (diff)
Made a start on the Multi-rewrite
Started on multi.pl and Multi::Core, the main differences: - Uses POE::Component::Pg now (get it from http://g.blicky.net/poco-pg.git/) - Doesn't use shared memory anymore - No 'commands' anymore, every session has to handle its own events (communication goes either through POE itself, or the PostgreSQL DB) - No weird Cron stuff anymore All other Multi modules will have to be updated/rewritten to reflect these changes. None of them will work at the moment.
Diffstat (limited to 'data')
-rw-r--r--data/global.pl1
1 files changed, 0 insertions, 1 deletions
diff --git a/data/global.pl b/data/global.pl
index 7f3ab7a2..de7307cd 100644
--- a/data/global.pl
+++ b/data/global.pl
@@ -268,7 +268,6 @@ our %S = (%S,
# Multi-specific options (Multi also uses some options in %S and %O)
our %M = (
log_dir => $ROOT.'/data/log',
- log_level => 3, # 3: dbg, 2: wrn, 1: err
modules => {
RG => {},
Image => {},