fixes for tag subs
This commit is contained in:
@@ -82,6 +82,6 @@ class Cache
|
||||
end
|
||||
|
||||
def self.sanitize(key)
|
||||
key.gsub(/\W/) {|x| "%#{x.ord}"}.slice(0, 240)
|
||||
key.gsub(/\W/) {|x| "%#{x.ord}"}.slice(0, 230)
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user