mcpyproject / McPy

A open source Minecraft server written 100% in Python
GNU Affero General Public License v3.0
82 stars 16 forks source link

Fix accidental *maximum* of two workers #18

Closed ntoskrnl4 closed 4 years ago

ntoskrnl4 commented 4 years ago

The condition that attempts to enforce a minimum of two workers accidentally caps it at two workers.

if CPU_count is *greater* than 2, set it to 2 was what it was lol

tazz4843 commented 4 years ago

Whoops