Skip to content

Commit

Permalink
fix cache clean bugfor logged in user
Browse files Browse the repository at this point in the history
  • Loading branch information
onli committed May 13, 2015
1 parent 9882b29 commit f6f011b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion database.rb
Original file line number Diff line number Diff line change
Expand Up @@ -368,7 +368,7 @@ def invalidateCache(origin)
" + (origin.tags.map{|tag| "OR key LIKE 'archive/%/"+ SQLite3::Database.quote(tag) +"/%'"}.join(" ")) +"
OR key LIKE '/search%'
OR key LIKE '/feed%'
OR key LIKE '||==||'
OR key LIKE '||==||%'
")
rescue => error
warn "invalidateCache for entry: #{error}"
Expand Down

0 comments on commit f6f011b

Please sign in to comment.