Added new theme (again), updated some homepage stuff
This commit is contained in:
parent
ec5ee847e0
commit
9deffbb099
17 changed files with 349 additions and 423 deletions
|
|
@ -490,4 +490,4 @@ describe("Core Protocol", () => {
|
|||
});
|
||||
});
|
||||
});
|
||||
});
|
||||
});
|
||||
|
|
|
|||
|
|
@ -4,4 +4,4 @@ export const RETRY_INTERVAL = 3_000;
|
|||
export const PING_INTERVAL = 3_000;
|
||||
export const TRANSPORT_URL = "https://methanium.net:959";
|
||||
export const RECONNECT_TRIES = 3;
|
||||
export const RECONNECT_RESET = 6;
|
||||
export const RECONNECT_RESET = 6;
|
||||
|
|
|
|||
Loading…
Reference in a new issue