getminera / minera

Minera is a web interface to monitor and manage mining devices

Home Page:http://getminera.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Limit on number of network miners

9600- opened this issue · comments

commented

Hello there,
I can only add 239 network miners.
When trying to add 240+, the interface allows me to save but the new miners no longer populate the list.

network_mon

I will investigate this.

Found the issue, next release will be fixed in the meantime you can do this:

Open file /etc/php5/fpm/php.ini
Add this: max_input_vars = 10000
Restart Php Fpm: sudo service php5-fpm restart