Commit Graph

2 Commits

Author SHA1 Message Date
mailchuck
d925ab61b3
objectProcessorQueue fixes
- it didn't shutdown correctly
- it didn't handle exception correctly (however, if I understand
correctly, this will never be triggered if using blocking get, so it
doesn't affect PyBitmessage)
- flushing size check changed from 1 to 0 (I don't know why it was 1)
2016-01-22 14:13:12 +01:00
fe0106bdce
Object processor queue class
Previous commit didn't include the class. This class takes care of queue
size monitoring so that the system doesn't run out of memory.
2016-01-22 13:49:28 +01:00