Menu

#17 Unnecessary references from SystemStats to Errors

open
nobody
SystemStats (1)
3
2009-03-23
2009-03-23
No

Errors module has a reference to the SystemStats module, which results in client having to be linked against the whole code base. This is the dependency chain:
Client -> Errors -> SystemStats -> Everything else.

The callbacks should be removed and the appropriate information should be read by the statistics module.

Discussion


Log in to post a comment.

MongoDB Logo MongoDB