Hack change the gpose timer to 2 seconds
This commit is contained in:
@@ -120,7 +120,7 @@ public sealed class GPoseLobbyDistributionService : IHostedService, IDisposable
|
|||||||
{
|
{
|
||||||
_logger.LogError(ex, "Error during Pose Data Distribution");
|
_logger.LogError(ex, "Error during Pose Data Distribution");
|
||||||
}
|
}
|
||||||
await Task.Delay(TimeSpan.FromSeconds(10), token).ConfigureAwait(false);
|
await Task.Delay(TimeSpan.FromSeconds(2), token).ConfigureAwait(false);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user