Skip to content

Commit cda9a65

Browse files
committed
fix hardcoded stepsize
1 parent bcf185c commit cda9a65

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

app/views/searchResults.scala.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,6 @@ <h1>Search</h1>
108108
<script>
109109
// count_stepsize is the batch size to get results; e.g. 60 would be 1-60, 61-120, 121-180, etc.
110110
var count_stepsize = @{play.api.Play.configuration.getInt("elasticsearchSettings.maxResults").getOrElse(240)};
111-
count_stepsize = 2;
112111
var count = 0;
113112
var skipped_count = 0;
114113
// Whether all results for current search have been exhausted & displayed yet

0 commit comments

Comments
 (0)