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:
@@ -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 = []) {
|
||||
|
||||
@@ -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"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user