Implement timestamp-based network subscription optimization

Changelog-Changed: Optimized network bandwidth usage and improved timeline performance
Signed-off-by: Daniel D’Aquino <daniel@daquino.me>
This commit is contained in:
Daniel D’Aquino
2025-10-15 14:15:55 -07:00
parent ab2c16288b
commit 690f8b891e
10 changed files with 591 additions and 26 deletions
@@ -19,7 +19,7 @@ class SearchHomeModel: ObservableObject {
let base_subid = UUID().description
let follow_pack_subid = UUID().description
let profiles_subid = UUID().description
let limit: UInt32 = 500
let limit: UInt32 = 200
//let multiple_events_per_pubkey: Bool = false
init(damus_state: DamusState) {