mirror of
https://github.com/LBRYFoundation/pool.git
synced 2025-09-05 14:01:32 +00:00
miners: increase max len of users's version/password
This commit is contained in:
parent
b90ef30df3
commit
1e7f2fb050
1 changed files with 2 additions and 2 deletions
|
@ -80,8 +80,8 @@ if(count($workers))
|
|||
|
||||
$user_rate1 = $user_rate1? Itoa2($user_rate1).'h/s': '';
|
||||
|
||||
$version = substr($worker->version, 0, 16);
|
||||
$password = substr($worker->password, 0, 16);
|
||||
$version = substr($worker->version, 0, 20);
|
||||
$password = substr($worker->password, 0, 20);
|
||||
|
||||
$subscribe = Booltoa($worker->subscribe);
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue