mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-30 04:37:50 +02:00
Added 404 page to the webui.
This commit is contained in:
parent
dbade8b569
commit
c741382fc9
6 changed files with 81 additions and 20 deletions
|
@ -19,7 +19,7 @@ function updateNetDbInfo(result, session) {
|
|||
"leasesets" : result["i2p.router.netdb.leasesets"],
|
||||
});
|
||||
|
||||
window.setTimeout(function() { requestNetDbInfo(session); }, 5000);
|
||||
window.setTimeout(function() { requestNetDbInfo(session); }, 10000);
|
||||
}
|
||||
|
||||
function requestNetDbInfo(session) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue