diff --git a/bgs/handlers.go b/bgs/handlers.go index 2abba9f28..7033bfbff 100644 --- a/bgs/handlers.go +++ b/bgs/handlers.go @@ -140,10 +140,6 @@ func (s *BGS) handleComAtprotoSyncListBlobs(ctx context.Context, cursor string, } func (s *BGS) handleComAtprotoSyncListRepos(ctx context.Context, cursor string, limit int) (*comatprototypes.SyncListRepos_Output, error) { - if limit > 1000 { - limit = 1000 - } - // Use UIDs for the cursor var err error c := int64(0)