Increase walletRepublish timeout to 120s for large wallets

The 45s timeout was too short for wallets with many old 7375 token events —
each deletion requires a signing round-trip through the nos2x extension.
This commit is contained in:
Laan Tungir
2026-06-25 14:01:01 -04:00
parent b2a50376df
commit 6d41680297
2 changed files with 4 additions and 4 deletions

View File

@@ -1426,7 +1426,7 @@ export function walletShutdown() {
}
export function walletRepublish() {
return sendWorkerRequest('walletRepublish', {}, 45000, 'walletRepublish timeout');
return sendWorkerRequest('walletRepublish', {}, 120000, 'walletRepublish timeout');
}
export function walletPublishMintList(relays = [], receiveMints = []) {

View File

@@ -1,5 +1,5 @@
{
"VERSION": "v0.7.22",
"VERSION_NUMBER": "0.7.22",
"BUILD_DATE": "2026-06-25T17:48:34.112Z"
"VERSION": "v0.7.23",
"VERSION_NUMBER": "0.7.23",
"BUILD_DATE": "2026-06-25T18:01:01.940Z"
}