Skip to content

Commit

Permalink
Merge pull request #24 from RTradeLtd/lens/opts#queue
Browse files Browse the repository at this point in the history
Add Engine And Queue Configuration Options For Lens
  • Loading branch information
potsables authored Feb 24, 2019
2 parents 8a4af74 + db743af commit 4140b3d
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions types.go
Original file line number Diff line number Diff line change
Expand Up @@ -185,6 +185,15 @@ type Lens struct {
KeyFile string `json:"key_file"`
} `json:"tls"`
AuthKey string `json:"auth_key"`
Options struct {
Engine struct {
StorePath string `json:"store_path"`
Queue struct {
Rate int `json:"rate"`
Batch int `json:"batch"`
} `json:"queue"`
} `json:"engine"`
} `json:"options"`
}

// Nexus defines options for the Nexus, our private network
Expand Down

0 comments on commit 4140b3d

Please sign in to comment.