mirror of
https://github.com/LBRYFoundation/pool.git
synced 2025-08-23 17:37:25 +00:00
stratum: disable useless client sort
its not required to sort them, and can cause some "race" issues
This commit is contained in:
parent
2bc3ba7965
commit
bdad68d11b
1 changed files with 1 additions and 1 deletions
|
@ -181,7 +181,7 @@ void db_update_workers(YAAMP_DB *db)
|
|||
client->difficulty_written = client->difficulty_actual;
|
||||
}
|
||||
|
||||
client_sort();
|
||||
//client_sort();
|
||||
g_list_client.Leave();
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue