Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jc3213 authored Aug 19, 2024
1 parent 44d8456 commit 62d10a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ function aria2ClientInitiate() {
stopped.result.forEach((result) => session.stopped[result.gid] = session.all[result.gid] = result);
update = setInterval(aria2UpdateStats, 10000);
}).catch((error) => {
retry = setTimeout(aria2JsonrpcInitiate, 5000);
retry = setTimeout(aria2ClientInitiate, 5000);
});
}

Expand Down

0 comments on commit 62d10a3

Please sign in to comment.