question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Configuration option to disable DS update before starting the server

See original GitHub issue

Torch Version: 1.3.1.99 SE Version: 1.193.103

Whenever Torch starts the SE dedicated server it forces an update in Initializer.RunSteamCmd:

log.Info("Checking for DS updates.");

In the case of the system we built ( https://spacewar.se ) we run new dedicated servers based on player needs and recycle unused lobbies periodically. It causes a lot of DS updates, which tend to fail or take too long due to Steam being slow at processing requests from time to time. We are not throttled or limited in any way, it is just due to temporary problems on Steam’s side.

I suggest adding a configuration option to Torch.cfg to disable the DS update. It could be done by adding such an option and simply making the related code block conditional.

Updates would be done by periodically updating the DS image we clone before starting each server.

Default behavior would be the current one, e.g. updating each time before starting the DS.

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Comments:5 (3 by maintainers)

github_iconTop GitHub Comments

2reactions
Jimmaclecommented, Jan 18, 2020

That should be fixed in the next big update as well since we’ll be using a third party library to handle command line input.

0reactions
szczepixcommented, Jan 23, 2020

What is a The next major update of Torch or next big update @Jimmacle ? Torch 2 is comming… ?

Read more comments on GitHub >

github_iconTop Results From Across the Web

How to configure DNS dynamic updates in Windows Server
Click DNS, click Properties, and then clear the Enable DNS dynamic updates according to the settings below check box. By default, updates are ......
Read more >
Enable or disable agent self-protection | Deep Security
To disable the setting, select No. Click Save. Configure self-protection using the command line. You can enable and disable self-protection ...
Read more >
Replication :: ForgeRock Directory Services
Replication is the process of copying updates between DS servers so all directory servers eventually converge on identical copies of directory data.
Read more >
Directory Services 7 > Configuration Guide > Replication
Replication is the process of copying updates between DS servers so all ... The server is ready to replicate that directory data when...
Read more >
Using NetIQ iMonitor - NetIQ eDirectory Administration Guide
The ndsimonhealth configuration file lets you modify default settings for the Agent Health page. You can enable or disable Agent Health options, set...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found