Skip to content

Commit

Permalink
Trunk "request specific" settings go in request, not requests
Browse files Browse the repository at this point in the history
  • Loading branch information
ndptech committed Oct 17, 2024
1 parent 68e4852 commit 49501d4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions raddb/mods-available/radius
Original file line number Diff line number Diff line change
Expand Up @@ -357,9 +357,9 @@ radius {
}

#
# requests { ... }:: Per-request configuration.
# request { ... }:: Per-request configuration.
#
requests {
request {
#
# per_connection_max:: The maximum number of requests
# which are "live" on a particular connection.
Expand Down
4 changes: 2 additions & 2 deletions raddb/mods-available/tacacs
Original file line number Diff line number Diff line change
Expand Up @@ -222,9 +222,9 @@ tacacs {
}

#
# requests { ... }:: Per-request configuration.
# request { ... }:: Per-request configuration.
#
requests {
request {
#
# per_connection_max:: The maximum number of requests
# which are "live" on a particular connection.
Expand Down

0 comments on commit 49501d4

Please sign in to comment.