Change LocalClient -> FSClient

The LocalClient name has been deprecated for some time and now exists
only as an alias.
This commit is contained in:
Erik Johnson 2024-02-08 07:47:26 -06:00 committed by Pedro Algarvio
parent c3cb87adba
commit aee4cbc53c

View file

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