]> git.netwichtig.de Git - user/henk/code/ruby/rbot.git/blobdiff - lib/rbot/dbhash.rb
Utils: more first par enhancements
[user/henk/code/ruby/rbot.git] / lib / rbot / dbhash.rb
index 6cae7b2b40406c1961a2f010d13cbc6424d9a654..b32da5004fdf34265f5d15d7a119a4f2d4b86d58 100644 (file)
@@ -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)