commit 959f208e36d848c0c85149d8da0d4a56741fb7aa
parent 7d80985b06d5efb4a1c9b0f098d674858a5a542e
Author: William Casarin <jb55@jb55.com>
Date: Tue, 27 Jun 2023 05:31:22 +0200
profile: make profile loading more lightweight for now
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/damus/Models/ProfileModel.swift b/damus/Models/ProfileModel.swift
@@ -76,7 +76,7 @@ class ProfileModel: ObservableObject, Equatable {
profile_filter.authors = [pubkey]
text_filter.authors = [pubkey]
- text_filter.limit = 500
+ text_filter.limit = 50
print("subscribing to profile \(pubkey) with sub_id \(sub_id)")
print_filters(relay_id: "profile", filters: [[text_filter], [profile_filter]])