Skip to content

Commit e79d1ab

Browse files
committed
Increase network i/o capacity.
1 parent 7e24adb commit e79d1ab

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/xrpld/app/main/Application.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -256,8 +256,8 @@ class ApplicationImp : public Application, public BasicApp
256256
if ((cores == 1) || ((config.NODE_SIZE == 0) && (cores == 2)))
257257
return 1;
258258

259-
// Otherwise, prefer two threads.
260-
return 2;
259+
// Otherwise, prefer six threads.
260+
return 6;
261261
#endif
262262
}
263263

0 commit comments

Comments
 (0)