summaryrefslogtreecommitdiff
path: root/lib/rbot/dbhash.rb
diff options
context:
space:
mode:
authorGiuseppe Bilotta <giuseppe.bilotta@gmail.com>2006-07-30 07:41:25 +0000
committerGiuseppe Bilotta <giuseppe.bilotta@gmail.com>2006-07-30 07:41:25 +0000
commit94720bd216fabd41ed894414816d313be68797b6 (patch)
treef9e875be78396ace647dc5936fcc10aaea1477ff /lib/rbot/dbhash.rb
parent4d9c6cd1b6c77127642e2565a2ca4bf2f32bf0a5 (diff)
BDB::Fatal errors in plugins are now raised to toplevel; bdb lg_max increased to 8 megabytes
Diffstat (limited to 'lib/rbot/dbhash.rb')
-rw-r--r--lib/rbot/dbhash.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/rbot/dbhash.rb b/lib/rbot/dbhash.rb
index 6cae7b2b..b32da500 100644
--- a/lib/rbot/dbhash.rb
+++ b/lib/rbot/dbhash.rb
@@ -69,7 +69,7 @@ module Irc
@@env=nil
# TODO: make this customizable
# Note that it must be at least four times lg_bsize
- @@lg_max = 2*1024*1024
+ @@lg_max = 8*1024*1024
# absfilename:: use +key+ as an actual filename, don't prepend the bot's
# config path and don't append ".db"
def initialize(bot, key, absfilename=false)