Update comment

This commit is contained in:
Thomas Jackson 2014-02-08 15:37:39 -08:00
parent 2c0a878a06
commit 22df6a69b3

View File

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