Show More
@@ -1154,7 +1154,7 b' class Repository(Base, BaseModel):' | |||||
1154 | def scm_instance_no_cache(self): |
|
1154 | def scm_instance_no_cache(self): | |
1155 | return self.__get_instance() |
|
1155 | return self.__get_instance() | |
1156 |
|
1156 | |||
1157 |
@ |
|
1157 | @property | |
1158 | def scm_instance(self): |
|
1158 | def scm_instance(self): | |
1159 | import rhodecode |
|
1159 | import rhodecode | |
1160 | full_cache = str2bool(rhodecode.CONFIG.get('vcs_full_cache')) |
|
1160 | full_cache = str2bool(rhodecode.CONFIG.get('vcs_full_cache')) |
General Comments 0
You need to be logged in to leave comments.
Login now