Always reset acitve and waiting on reloading

This commit is contained in:
simon.kagstrom 2010-02-27 07:19:09 +00:00
parent 99e906239e
commit 4e9d876750

View File

@ -20,8 +20,8 @@ class Container:
self.total_connections = other.total_connections
self.country_count = other.country_count
self.last_10 = other.last_10
self.nr_active = other.nr_active
self.nr_waiting = other.nr_waiting
self.nr_active = 0 # Always reset
self.nr_waiting = 0
except:
pass