Merge branch 'master' of https://github.com/r888888888/danbooru
This commit is contained in:
@@ -63,7 +63,7 @@ class Cache
|
|||||||
|
|
||||||
def self.delete(key, delay = nil)
|
def self.delete(key, delay = nil)
|
||||||
start_time = Time.now
|
start_time = Time.now
|
||||||
MEMCACHE.delete key, delay
|
MEMCACHE.delete key
|
||||||
elapsed = Time.now - start_time
|
elapsed = Time.now - start_time
|
||||||
ActiveRecord::Base.logger.debug('MemCache Delete (%0.6f) %s' % [elapsed, key])
|
ActiveRecord::Base.logger.debug('MemCache Delete (%0.6f) %s' % [elapsed, key])
|
||||||
nil
|
nil
|
||||||
|
|||||||
@@ -4,7 +4,7 @@ module Danbooru
|
|||||||
class Configuration
|
class Configuration
|
||||||
# The version of this Danbooru.
|
# The version of this Danbooru.
|
||||||
def version
|
def version
|
||||||
"2.33.0"
|
"2.34.0"
|
||||||
end
|
end
|
||||||
|
|
||||||
# The name of this Danbooru.
|
# The name of this Danbooru.
|
||||||
|
|||||||
@@ -6430,3 +6430,5 @@ INSERT INTO schema_migrations (version) VALUES ('20130620215658');
|
|||||||
INSERT INTO schema_migrations (version) VALUES ('20130712162600');
|
INSERT INTO schema_migrations (version) VALUES ('20130712162600');
|
||||||
|
|
||||||
INSERT INTO schema_migrations (version) VALUES ('20130914175431');
|
INSERT INTO schema_migrations (version) VALUES ('20130914175431');
|
||||||
|
|
||||||
|
INSERT INTO schema_migrations (version) VALUES ('20131006193238');
|
||||||
Reference in New Issue
Block a user