Cryptyc / Sc2LadderServer

A Ladder server for SC2 api
MIT License
72 stars 24 forks source link

Disable time out for debugging #99

Open kksmed opened 5 years ago

kksmed commented 5 years ago

I think a lot of bot developers use the ladder manager to test out their bots while developing.

In these scenarios it would be really helpful to be able to disable the time out, so you can debug the bot-code without worrying for the time out to kick in and the game to be shut down.

alkurbatov commented 5 years ago

I think we can reuse the Debug flag for this purpose.

Archiatrus commented 5 years ago

Thought the same... many times. And then I always forgot. So thanks for writing the issue. Should be trivial.

Archiatrus commented 5 years ago

Added with #108 Can this be closed?