Skip to content

Commit

Permalink
bumped frontend
Browse files Browse the repository at this point in the history
  • Loading branch information
nl5887 committed Jul 12, 2018
1 parent 4d1e30f commit 68315be
Show file tree
Hide file tree
Showing 2 changed files with 54 additions and 54 deletions.
2 changes: 1 addition & 1 deletion server/datasources/splunk/splunk.go
Expand Up @@ -125,7 +125,7 @@ func (i *Splunk) Search(ctx context.Context, so datasources.SearchOptions) datas
for {
data = url.Values{}
data.Add("output_mode", "json")
data.Add("count", "200")
data.Add("count", "1000")
data.Add("offset", fmt.Sprintf("%d", offset))

req, err = i.client.NewRequest("GET", fmt.Sprintf("/services/search/jobs/%s/results/?%s", sid, data.Encode()), nil)
Expand Down
106 changes: 53 additions & 53 deletions vendor/github.com/dutchcoders/marija-web/bindata_gen.go

Large diffs are not rendered by default.

0 comments on commit 68315be

Please sign in to comment.