hedgequantx 1.2.108 → 1.2.109
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/src/pages/algo.js +1 -1
package/package.json
CHANGED
package/src/pages/algo.js
CHANGED
|
@@ -697,7 +697,7 @@ const launchAlgo = async (service, account, contract, numContracts, dailyTarget,
|
|
|
697
697
|
|
|
698
698
|
// Logs (without borders) - newest first, show more logs
|
|
699
699
|
// Align with left border of rectangle above (║ = 1 char + 1 space)
|
|
700
|
-
const MAX_VISIBLE_LOGS =
|
|
700
|
+
const MAX_VISIBLE_LOGS = 50;
|
|
701
701
|
console.log();
|
|
702
702
|
|
|
703
703
|
if (logs.length === 0) {
|