Skip to content

Commit 44ffcdf

Browse files
committed
resolved PR comments
Signed-off-by: Gaurav Goel <[email protected]>
1 parent fdd4611 commit 44ffcdf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Assets/Plugins/Web3AuthSDK/Web3Auth.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -508,7 +508,7 @@ private async Task<string> createSession(string data, long sessionTime) {
508508
}
509509
}
510510
));
511-
await Task.Delay(300);
511+
await Task.Delay(200);
512512
return newSessionKey;
513513
}
514514

0 commit comments

Comments
 (0)