Added Onis::Data::Persistent::Gdbm, changed default storage-dir to 'var/'
[onis.git] / lib / Onis / Data / Persistent / Storable.pm
index ae7840a..67597fe 100644 (file)
@@ -34,7 +34,7 @@ Sets the file to use for storable.
 
 =cut
 
-our $StorableFile = get_config ('storable_file') || 'persistency.dat';
+our $StorableFile = get_config ('storable_file') || 'var/storable.dat';
 
 if (-f $StorableFile)
 {