-
-
Notifications
You must be signed in to change notification settings - Fork 337
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
configurable storage class #204
Conversation
b89c0d4
to
a6d1453
Compare
a6d1453
to
b42d670
Compare
Rebased. Note that the docs are updated and i've moved the default storage class to a new location. |
@smcoll Since this is introducing the concept of a customize-able storage. I am wondering if makes sense to add some config level tests asserting default behavior. Thoughts? |
Yes, i agree. i'll add a test asserting the default storage class is used when the setting is not specified. Would that be sufficient? |
@smcoll Yes that would be sufficient! |
@avelis added- does that work? |
@smcoll Yes. Works for me. Thanks again for adding the test. |
* move ProfilerResultStorage to own module to resolve import * use SilkyConfig for SILKY_STORAGE_CLASS * terse storage definition * didn't mean to reorder imports * increase Request.prof_file max_length to 300 (jazzband#203) * test default storage class
fixes #202