fix logic for source searches

This commit is contained in:
albert
2013-03-03 14:56:39 -05:00
parent 89c0ab86a8
commit 0137f7ff79
3 changed files with 8 additions and 12 deletions

View File

@@ -45,7 +45,7 @@ module PostSets
timeout = 3000
if tag_array.any? {|x| x =~ /^source:.*\*.*pixiv/}
timeout = 300
timeout = 1000
end
@posts ||= begin