remove references to ssd previews
This commit is contained in:
@@ -82,11 +82,6 @@ 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
|
||||
|
||||
# Where the ad banners are stored in the file system
|
||||
def advertisement_path
|
||||
nil
|
||||
|
||||
@@ -68,9 +68,6 @@ namespace :data do
|
||||
run "rm -f #{release_path}/public/data"
|
||||
run "ln -s #{deploy_to}/shared/data #{release_path}/public/data"
|
||||
|
||||
run "rm -f #{release_path}/public/ssd"
|
||||
run "ln -s /mnt/ssd#{deploy_to}/current/public #{release_path}/public/ssd"
|
||||
|
||||
run "rm -f #{release_path}/public/images/advertisements"
|
||||
run "ln -s #{deploy_to}/shared/advertisements #{release_path}/public/images/advertisements"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user