summaryrefslogtreecommitdiff
path: root/LibTSforge/SPP/SPPUtils.cs
diff options
context:
space:
mode:
authorWither OrNot2025-04-03 22:22:33 +0000
committerWither OrNot2025-04-03 22:22:33 +0000
commit17a7c90245ccd45b6e32d8bbe01a1a3eddeeae4d (patch)
tree5cbd3d5482d47648bfcf57f797e477d72f0697ea /LibTSforge/SPP/SPPUtils.cs
parent84a0c754a353cfcee721a2c78769cc4a87b35cc1 (diff)
downloadTSforge-17a7c90245ccd45b6e32d8bbe01a1a3eddeeae4d.zip
miscellaneous fixes
Diffstat (limited to 'LibTSforge/SPP/SPPUtils.cs')
-rw-r--r--LibTSforge/SPP/SPPUtils.cs4
1 files changed, 2 insertions, 2 deletions
diff --git a/LibTSforge/SPP/SPPUtils.cs b/LibTSforge/SPP/SPPUtils.cs
index 1a6ef62..5621305 100644
--- a/LibTSforge/SPP/SPPUtils.cs
+++ b/LibTSforge/SPP/SPPUtils.cs
@@ -33,7 +33,7 @@ namespace LibTSforge.SPP
bool stopped = false;
- for (int i = 0; stopped == false && i < 360; i++)
+ for (int i = 0; stopped == false && i < 1080; i++)
{
try
{
@@ -48,7 +48,7 @@ namespace LibTSforge.SPP
}
catch (InvalidOperationException ex)
{
- Logger.WriteLine("Warning: Stopping sppsvc failed, retrying. Details:" + ex.Message);
+ Logger.WriteLine("Warning: Stopping sppsvc failed, retrying. Details: " + ex.Message);
System.Threading.Thread.Sleep(500);
continue;
}