mirror of
https://github.com/valitydev/salt.git
synced 2024-11-07 17:09:03 +00:00
Update comment
This commit is contained in:
parent
2c0a878a06
commit
22df6a69b3
@ -8,8 +8,8 @@ import salt.auth
|
||||
import os
|
||||
|
||||
class Channel(object):
|
||||
# store a cache of the channels so a single pid can re-use a connection
|
||||
# this needs to be per pid as when you fork you keep the original memory
|
||||
# store a cache of the channels so a single pid can re-use a connection.
|
||||
# This needs to be per pid as when you fork you keep the original memory
|
||||
# space and we can't control currency across pids
|
||||
channel_cache = {}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user