fixes to whenever scripts

This commit is contained in:
albert
2011-08-23 16:15:29 -04:00
parent f63a69ae6e
commit e3a9614930
3 changed files with 28 additions and 6 deletions

View File

@@ -72,6 +72,11 @@ module Danbooru
300
end
# If a solid state drive is availble, cache the thumbnails on the SSD to reduce disk seek times.
def ssd_path
nil
end
# List of memcached servers
def memcached_servers
%w(localhost:11211)