We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a6b0770 commit c1ba7a9Copy full SHA for c1ba7a9
graph/db/sql_store.go
@@ -33,7 +33,10 @@ import (
33
34
// pageSize is the limit for the number of records that can be returned
35
// in a paginated query. This can be tuned after some benchmarks.
36
-const pageSize = 2000
+//
37
+// TODO(elle): make this configurable & have different defaults for SQLite and
38
+// Postgres.
39
+const pageSize = 10000
40
41
// ProtocolVersion is an enum that defines the gossip protocol version of a
42
// message.
0 commit comments