Compare commits

...
1 Commits
Author SHA1 Message Date
Laan Tungir 6d41680297 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.
2026-06-25 14:01:01 -04:00
2 changed files with 4 additions and 4 deletions
+1 -1
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 = []) {
+3 -3
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"
}