Home
last modified time | relevance | path

Searched +full:flakesmaxactive +(+path:plugin +path:snow) -(+path:plugin +path:snow +path:lang) (Results 1 – 5 of 5) sorted by relevance

/plugin/snow/
H A Dscript.js6 snowStorm.flakesMaxActive = JSINFO.plugin.snow.flakesmaxactive;
H A Daction.php37 $JSINFO['plugin']['snow']['flakesmaxactive'] = $this->getConf('flakesmaxactive');
H A Dsnowstorm.js21 this.flakesMaxActive = 64; // Limit amount of snow falling at once (less = lower CPU use)
536 if (active<storm.flakesMaxActive) {
564 if (allowInactive || i>storm.flakesMaxActive) {
/plugin/snow/conf/
H A Ddefault.php26 $conf['flakesmaxactive'] = 64;
H A Dmetadata.php26 $meta['flakesmaxactive'] = array('numeric');