-
Notifications
You must be signed in to change notification settings - Fork 60
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
negative lookups are not cached #1
Labels
Comments
ghost
assigned wizzard
Mar 8, 2013
Closed
ThePythonicCow
added a commit
to ThePythonicCow/riofs
that referenced
this issue
Jan 13, 2017
Since the patches that follow this patch make a fairly substantial change to how riofs recognizes that a cached file has changed on the Amazon AWS S3 server (thus requiring invalidating the local cache), I have therefore bumped the riofs version number.
ThePythonicCow
added a commit
to ThePythonicCow/riofs
that referenced
this issue
Jan 14, 2017
Since the patches that follow this patch make a fairly substantial change to how riofs recognizes that a cached file has changed on the Amazon AWS S3 server (thus requiring invalidating the local cache), I have therefore bumped the riofs version number.
ThePythonicCow
added a commit
to ThePythonicCow/riofs
that referenced
this issue
Jan 15, 2017
Since the patches that follow this patch make a fairly substantial change to how riofs recognizes that a cached file has changed on the Amazon AWS S3 server (thus requiring invalidating the local cache), I have therefore bumped the riofs version number.
ThePythonicCow
added a commit
to ThePythonicCow/riofs
that referenced
this issue
Jan 15, 2017
Since the patches that follow this patch make a fairly substantial change to how riofs recognizes that a cached file has changed on the Amazon AWS S3 server (thus requiring invalidating the local cache), I have therefore bumped the riofs version number.
ThePythonicCow
added a commit
to ThePythonicCow/riofs
that referenced
this issue
Jan 15, 2017
Since the patches that follow this patch make a fairly substantial change to how riofs recognizes that a cached file has changed on the Amazon AWS S3 server (thus requiring invalidating the local cache), I have therefore bumped the riofs version number.
ThePythonicCow
added a commit
to ThePythonicCow/riofs
that referenced
this issue
Jan 15, 2017
Since the patches that follow this patch make a fairly substantial change to how riofs recognizes that a cached file has changed on the Amazon AWS S3 server (thus requiring invalidating the local cache), I have therefore bumped the riofs version number.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When accessing a riofs mounted directory via proftpd, the ftp deamon checks for
a .ftpaccess file a lot.
If this file is not there, riofs asks s3 for that file on every access.
It would be cool if the fact that .ftpaccess is not existing could also be cached just as other metadata.
The text was updated successfully, but these errors were encountered: