CPU Limit static?



  • Ive been running the private server for a while, GCL is climbing, but CPU limit remains static.

    I have not been able to locate a constant to edit\enable this.

    I have a feeling this might be related to the lack of email verification, but am unsure.



  • Is it just the UI that's not updating? I've found that `Game.cpu` is updated as GCL increases.


  • Dev Team

    This is intended behavior. Private servers don’t have CPU linked to GCL, but is always set to 100 (or 30 in older server versions). Also, you can set any CPU limit you wish by a CLI command:

    storage.db['users'].update({username: myUserName}, {$set: {cpu: 200}});