Added ability to specify how many results will be returned
This commit is contained in:
parent
f72afb66e5
commit
f1237e0dc4
3 changed files with 29 additions and 15 deletions
|
@ -9,6 +9,7 @@ apiserver {
|
|||
TrainType = ""
|
||||
Station = ""
|
||||
FinalStop = ""
|
||||
maxjourneys = 1
|
||||
}
|
||||
monitor2 {
|
||||
Title = ""
|
||||
|
@ -16,6 +17,7 @@ apiserver {
|
|||
TrainType = ""
|
||||
Station = ""
|
||||
FinalStop = ""
|
||||
maxjourneys = 1
|
||||
}
|
||||
monitor3 {
|
||||
Title = ""
|
||||
|
@ -23,6 +25,7 @@ apiserver {
|
|||
TrainType = ""
|
||||
Station = ""
|
||||
FinalStop = ""
|
||||
maxjourneys = 1
|
||||
}
|
||||
monitor4 {
|
||||
Title = ""
|
||||
|
@ -30,6 +33,7 @@ apiserver {
|
|||
TrainType = ""
|
||||
Station = ""
|
||||
FinalStop = ""
|
||||
maxjourneys = 1
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue