.tangled/images/apiWalk.jpg
.tangled/images/apiWalk.jpg
This is a binary file and will not be displayed.
+3
-1
src/lib/RepoStats.svelte
+3
-1
src/lib/RepoStats.svelte
···
122
122
const firstCollectionList = await rpc.get('com.atproto.repo.listRecords', {
123
123
params: {
124
124
collection,
125
-
repo: did
125
+
repo: did,
126
+
limit: 100,
126
127
}
127
128
});
128
129
webCalls++;
···
140
141
params: {
141
142
collection,
142
143
repo: did,
144
+
limit: 100,
143
145
cursor
144
146
}
145
147
});