lib/mini_profiler/storage/memory_store.rb in rack-mini-profiler-1.1.0 vs lib/mini_profiler/storage/memory_store.rb in rack-mini-profiler-1.1.1
- old
+ new
@@ -56,10 +56,10 @@
initialize_locks
initialize_cleanup_thread(args)
end
def initialize_locks
- @token_lock = Mutex.new
+ @token_lock = Mutex.new
@timer_struct_lock = Mutex.new
@user_view_lock = Mutex.new
@timer_struct_cache = {}
@user_view_cache = {}
end