Skip to content

Commit

Permalink
Change LocalClient -> FSClient
Browse files Browse the repository at this point in the history
The LocalClient name has been deprecated for some time and now exists
only as an alias.
  • Loading branch information
terminalmage authored and s0undt3ch committed Feb 9, 2024
1 parent c3cb87a commit aee4cbc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion salt/config/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3949,7 +3949,7 @@ def apply_master_config(overrides=None, defaults=None):
opts = defaults.copy()
opts["__role"] = "master"

# Suppress fileserver update in FSChan, for LocalClient instances generated
# Suppress fileserver update in FSChan, for FSClient instances generated
# during Pillar compilation. The master daemon already handles FS updates
# in its maintenance thread. Refreshing during Pillar compilation slows
# down Pillar considerably (even to the point of timeout) when there are
Expand Down

0 comments on commit aee4cbc

Please sign in to comment.