mirror of
https://github.com/Caraxi/mare.client.git
synced 2025-12-14 18:44:15 +01:00
increase delay
This commit is contained in:
parent
e398b56c6f
commit
0646ffd351
1 changed files with 1 additions and 1 deletions
|
|
@ -290,7 +290,7 @@ public sealed class TransientResourceManager : DisposableMediatorSubscriberBase
|
||||||
_sendTransientCts?.Dispose();
|
_sendTransientCts?.Dispose();
|
||||||
_sendTransientCts = new();
|
_sendTransientCts = new();
|
||||||
var token = _sendTransientCts.Token;
|
var token = _sendTransientCts.Token;
|
||||||
await Task.Delay(TimeSpan.FromSeconds(2), token).ConfigureAwait(false);
|
await Task.Delay(TimeSpan.FromSeconds(5), token).ConfigureAwait(false);
|
||||||
Mediator.Publish(new TransientResourceChangedMessage(gameObject));
|
Mediator.Publish(new TransientResourceChangedMessage(gameObject));
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue