mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-02-10 02:05:08 +00:00
fix: ensure proper disposal of help request timeout timer and improve logging
This commit is contained in:
@@ -67,5 +67,5 @@ public class IEssentialsRoomFusionControllerPropertiesConfig
|
||||
/// Gets or sets the timeout duration for help requests in milliseconds
|
||||
/// </summary>
|
||||
[JsonProperty("helpRequestTimeoutMs")]
|
||||
public int HelpRequestTimeoutMs{ get; set; } = 30000;
|
||||
public int HelpRequestTimeoutMs { get; set; } = 30000;
|
||||
}
|
||||
Reference in New Issue
Block a user