Skip to content
This repository has been archived by the owner on Apr 4, 2021. It is now read-only.

Commit

Permalink
ラベルなしだけ少し多めにしておく
Browse files Browse the repository at this point in the history
  • Loading branch information
syou6162 committed Jan 21, 2019
1 parent 89cf330 commit 874e378
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/web/web.go
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ func (s *server) RecentAddedReferringTweets() http.Handler {
return
}

unlabeledTweets, err := s.app.SearchUnlabeledReferringTweets(limit)
unlabeledTweets, err := s.app.SearchUnlabeledReferringTweets(50)
if err != nil {
ServerError(w, err.Error())
return
Expand Down

0 comments on commit 874e378

Please sign in to comment.