getminera / minera

Minera is a web interface to monitor and manage mining devices
http://getminera.com
Other
372 stars 156 forks source link

Limit on number of network miners #150

Closed 9600- closed 8 years ago

9600- commented 9 years ago

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

michelem09 commented 8 years ago

I will investigate this.

michelem09 commented 8 years ago

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