disable throttling for bench1

This commit is contained in:
Boss Marco 2021-10-27 15:56:28 +02:00
parent 4b05ba002c
commit dce86113b1
No known key found for this signature in database
GPG Key ID: 89A3EC33C625C3DF

View File

@ -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,