All Downloads are FREE. Search and download functionalities are using the official Maven repository.

nflow-ui-assets.explorer.config.js Maven / Gradle / Ivy

The newest version!
'use strict';
var Config = new function() {
  this.nflowEndpoints = [
    {
      id: 'default',
      title: 'Default nFlow API',
      apiUrl: '../../api',
      docUrl: '../doc/'
    }
  ];

  this.radiator = {
    // poll period in seconds
    pollPeriod: 15,
    // max number of items to keep in memory
    maxHistorySize: 10000
  };
};




© 2015 - 2024 Weber Informatics LLC | Privacy Policy