Skip to content

Commit

Permalink
#87 update comment
Browse files Browse the repository at this point in the history
  • Loading branch information
mconway committed Jun 9, 2015
1 parent 77d967e commit f0a81ca
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,3 +74,8 @@ Fixed phymove api numbers, maintains backwards compatability
#### Potential federation error 4.1 iRODS query across zones getting objStat #126

Added heruistic creation of ObjStats in certain occasions where strict ACLs would otherwise cause an error. This is meant to assist interfaces that need to 'navigate' down from the root, to give these interfaces a chance to get to viewable directories. This can be turned off with jargon properties.

#### Stream performance enhancements #87

Added PackingInputStream and PackingOutputStream that do read-ahead and write-behind caching so that reads and writes using small buffer sizes from the perspective of a client (e.g. WebDav implemenation)
so that more performant buffer sizes can be used in protocol operations with irods.

0 comments on commit f0a81ca

Please sign in to comment.