Skip to content

Commit

Permalink
fix up
Browse files Browse the repository at this point in the history
Signed-off-by: SamYuan1990 <yy19902439@126.com>
  • Loading branch information
SamYuan1990 committed Dec 6, 2020
1 parent 8655d2c commit 5ecfc55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion routes/quick.js
Expand Up @@ -11,7 +11,7 @@ router.get('/config', function(req, res, next) {

router.get('/BatchTimeout', function(req, res, next) {
logger.info(req.query);
const url = '/api/run?Path=.%2Ffabric-samples%2Ftest-network%2F&BatchTimeout=0.125%2C0.25%2C0.5%2C1%2C2%2C4%2C8&MaxMessageCount=50000&AbsoluteMaxBytes=2&PreferredMaxBytes=4&CoolDown=5&PrepareCLI=.%2FprepareConfig.sh&StartCLI=.%2Fnetwork.sh&CCDeployCLI=.%2Fnetwork.sh&TapeCount=50000&ShutDownCLI=.%2Fnetwork.sh';
const url = '/api/run?Path=.%2Ffabric-samples%2Ftest-network%2F&BatchTimeout=0.125%2C0.25%2C0.5%2C1%2C2%2C4%2C8&MaxMessageCount=50000&AbsoluteMaxBytes=20&PreferredMaxBytes=20480&CoolDown=5&PrepareCLI=.%2FprepareConfig.sh&StartCLI=.%2Fnetwork.sh&CCDeployCLI=.%2Fnetwork.sh&TapeCount=50000&ShutDownCLI=.%2Fnetwork.sh';
if (req.query.DryRun) {
res.redirect(url + '&DryRun=true');
} else {
Expand Down

0 comments on commit 5ecfc55

Please sign in to comment.