Browse Source

php - increase pplns timeout

master
kanoi 10 years ago
parent
commit
f3889985a3
  1. 2
      pool/page_pplns.php

2
pool/page_pplns.php

@ -147,7 +147,7 @@ Block: <input type=text name=blk size=10 value='$blkuse'>
if ($blk > 334106) if ($blk > 334106)
$flds['diff_times'] = '5'; $flds['diff_times'] = '5';
$msg = msgEncode('pplns', 'pplns', $flds, $user); $msg = msgEncode('pplns', 'pplns', $flds, $user);
$rep = sendsockreply('pplns', $msg); $rep = sendsockreply('pplns', $msg, 4);
if ($rep == false) if ($rep == false)
$ans = array(); $ans = array();
else else

Loading…
Cancel
Save