BeepIsla / csgo-commend-bot

Commend/Report bot in NodeJS
GNU Affero General Public License v3.0
288 stars 144 forks source link

Commandprompt/powershell #587

Closed ninjaibiss closed 4 years ago

ninjaibiss commented 4 years ago

Does disabling auto check updates will make reportbot faster

Waller1337 commented 4 years ago

Try forever

ninjaibiss commented 4 years ago

no that wont work

ninjaibiss commented 4 years ago

and waller can i talk to you at discord or something

BeepIsla commented 4 years ago

Does disabling auto check updates will make reportbot faster

Update check should not take longer than a second

ninjaibiss commented 4 years ago

What is protocol on config

BeepIsla commented 4 years ago

Read the README

protocol String: Either Auto, TCP, WebSocket, or WebCompatibility - Specify the connection protocol to use for Steam

If this still doesn't help: There are two main ways of connecting to Steam, TCP with Steam's encryption or WebSocket. Some proxies do not allow direct TCP connections, instead they only allow for WebSocket connections as those are also used on websites. 99.99% of the time you can just leave it at default (Auto).