Asymmetrik/mean2-starter

View on GitHub
src/server/app/util/services/delayed-stream.server.service.js

Summary

Maintainability
A
1 hr
Test Coverage

Function exports has 26 lines of code (exceeds 25 allowed). Consider refactoring.
Open

module.exports = function(delay) {
    delay = delay || 10;

    // Store all the active timeouts
    var timeouts = [];
Severity: Minor
Found in src/server/app/util/services/delayed-stream.server.service.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status