mirror of
https://gitlab.com/MrFry/mrfrys-node-server
synced 2025-04-01 20:24:18 +02:00
worker file split, sending new questions to peers instantly
This commit is contained in:
parent
8c4e184741
commit
252826a081
25 changed files with 1016 additions and 705 deletions
|
@ -175,6 +175,7 @@ export interface PeerInfo {
|
|||
publicKey: string
|
||||
contact: string
|
||||
pw?: string
|
||||
sessionCookie?: string
|
||||
lastSync?: number
|
||||
note?: string
|
||||
http?: boolean
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue