-
Notifications
You must be signed in to change notification settings - Fork 323
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
Writing Cloud files #9686
Writing Cloud files #9686
Conversation
…efault cloud config
36dbc7e
to
f65e1e5
Compare
After adding some basic caching:
Currently I set the cache timeout to 60 seconds which seems like a decent trade-off between keeping data up-to-date and improving performance. Most operations that access the same file multiple times finish in under 1 second anyway, a new request that takes 0.2-1.3s every 60s seems to not affect the performance awfully. The cache TTL can be changed or caching can be disabled if needed. |
distribution/lib/Standard/Base/0.0.0-dev/src/Enso_Cloud/Cloud_Caching_Settings.enso
Outdated
Show resolved
Hide resolved
it is impossible to write a sensible unit test for this due to bug #7117
Pull Request Description
Enso_File
write #9291Important Notes
Checklist
Please ensure that the following checklist has been satisfied before submitting the PR:
Scala,
Java,
and
Rust
style guides. In case you are using a language not listed above, follow the Rust style guide.
./run ide build
.