write rbncache in raw json unless set/deb rbncache
[spider.git] / perl / DXUser.pm
index 8890fae9185b4d990bf9f0d6737304d22b6088a6..e5afe25b183e4e6871b4f3bf2e66076463cc15db 100644 (file)
@@ -31,7 +31,7 @@ $dbm = undef;
 $filename = undef;
 $lastoperinterval = 60*24*60*60;
 $lasttime = 0;
-$lrusize = 10000;
+$lrusize = 5000;
 $tooold = 86400 * 365;         # this marks an old user who hasn't given enough info to be useful
 $v3 = 0;
 our $maxconnlist = 3;                  # remember this many connection time (duration) [start, end] pairs
@@ -108,6 +108,7 @@ my $json;
                  startt => '0,Start Time,cldatetime',
                  connlist => '1,Connections,parraydifft',
                  width => '0,Preferred Width',
+                 rbnseeme => '0,RBN See Me',
                 );
 
 #no strict;