mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-06 01:07:57 +00:00
Fix missing jtACCEPT job limit
This commit is contained in:
@@ -608,6 +608,7 @@ private:
|
|||||||
case jtHO_READ:
|
case jtHO_READ:
|
||||||
case jtHO_WRITE:
|
case jtHO_WRITE:
|
||||||
case jtGENERIC:
|
case jtGENERIC:
|
||||||
|
case jtACCEPT:
|
||||||
limit = 0;
|
limit = 0;
|
||||||
break;
|
break;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user