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

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

There is a newer version: 9.0.0
Show newest version
'use strict';
var Config = function() {
  this.nflowUrl = '../../api';
  this.nflowApiDocs = '../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