##// END OF EJS Templates
chgserver: document why we don't merge mtimehash and confighash...
Jun Wu -
r29462:71ed5a3e default
parent child Browse files
Show More
@@ -154,6 +154,10 b' def _mtimehash(paths):'
154
154
155 for chgserver, it is designed that once mtimehash changes, the server is
155 for chgserver, it is designed that once mtimehash changes, the server is
156 considered outdated immediately and should no longer provide service.
156 considered outdated immediately and should no longer provide service.
157
158 mtimehash is not included in confighash because we only know the paths of
159 extensions after importing them (there is imp.find_module but that faces
160 race conditions). We need to calculate confighash without importing.
157 """
161 """
158 def trystat(path):
162 def trystat(path):
159 try:
163 try:
General Comments 0
You need to be logged in to leave comments. Login now