Skip to content

Commit 71b33b2

Browse files
benaadamsstdevMac
authored andcommitted
Remove
1 parent f9ef353 commit 71b33b2

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/Nethermind/Nethermind.State/StateProvider.cs

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -654,10 +654,8 @@ Task CommitCodeAsync()
654654
if (dict is null) return Task.CompletedTask;
655655
_codeBatchAlternate = default;
656656

657-
return Task.Run(async () =>
657+
return Task.Run(() =>
658658
{
659-
await Task.Delay(100);
660-
661659
using (var batch = _codeDb.StartWriteBatch())
662660
{
663661
// Insert ordered for improved performance

0 commit comments

Comments
 (0)