[+] Implement matching?

This commit is contained in:
Azalea
2024-12-28 08:49:29 -05:00
parent 5c80aec50b
commit 3d58a15b10
2 changed files with 46 additions and 9 deletions

View File

@@ -7,6 +7,6 @@ class MatchingWaitState(
@JsonProperty("isFinish")
var isFinish: Boolean = false,
var restMSec: Int = 30000,
var pollingInterval: Int = 10,
var restMSec: Int = 120,
var pollingInterval: Int = 1,
)