Added ability to specify how many results will be returned

This commit is contained in:
genuineparts 2024-11-04 08:47:56 +01:00
parent f72afb66e5
commit f1237e0dc4
3 changed files with 29 additions and 15 deletions

View file

@ -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
}
}
}
}