mirror of
https://github.com/jkocon/g-helper.git
synced 2026-02-23 13:00:52 +01:00
Refresh rate delay parameter https://github.com/seerge/g-helper/issues/1395
This commit is contained in:
@@ -165,7 +165,7 @@ namespace GHelper.Gpu
|
|||||||
|
|
||||||
if (status == 0 && eco == 1 && hardWay) RestartGPU();
|
if (status == 0 && eco == 1 && hardWay) RestartGPU();
|
||||||
|
|
||||||
await Task.Delay(TimeSpan.FromMilliseconds(100));
|
await Task.Delay(TimeSpan.FromMilliseconds(AppConfig.Get("refresh_delay", 500)));
|
||||||
|
|
||||||
settings.Invoke(delegate
|
settings.Invoke(delegate
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user