getminera/minera

Limit on number of network miners

9600- opened this issue · 2 comments

9600- 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