##// END OF EJS Templates
file-nodes: added streaming remote attributes for vcsserver....
file-nodes: added streaming remote attributes for vcsserver. - this will enable doing a streaming raw content or raw downloads of large files without transfering them over to enterprise for pack & repack using msgpack - msgpack has a limit of 4gb and generally pack+repack for 2gb is very slow

File last commit:

r3191:23b5897f default
r3895:2b1d7e0d default
Show More
README.txt
7 lines | 216 B | text/plain | TextLexer
rcextensions: added basic readme so copied rcextensions.tmpl have some starting point
r3191 This is template rcextensions.
To edit rcextensions please edit hooks.py file.
The examples/ directory contain some basic example how to use hooks.
Changes to rcextensions requires restart of RhodeCode instances.