disable throttling for bench1
This commit is contained in:
parent
4b05ba002c
commit
dce86113b1
@ -40,6 +40,7 @@ export async function runBench1(configJson: any): Promise<void> {
|
||||
const b1conf = codecForBench1Config().decode(configJson);
|
||||
|
||||
const myHttpLib = new NodeHttpLib();
|
||||
myHttpLib.setThrottling(false);
|
||||
const wallet = await getDefaultNodeWallet({
|
||||
// No persistent DB storage.
|
||||
persistentStoragePath: undefined,
|
||||
|
Loading…
Reference in New Issue
Block a user