lib/rest-ftp-daemon/counters.rb in rest-ftp-daemon-0.400.0 vs lib/rest-ftp-daemon/counters.rb in rest-ftp-daemon-0.410.0.pre.1
- old
+ new
@@ -9,12 +9,9 @@
# Initialize values
@stats = {}
# Create mutex
@mutex = Mutex.new
-
-
- set :system, :started_at, Time.now
end
def set group, name, value
@mutex.synchronize do
@stats[group] ||= {}