Conversation
tublitzed
left a comment
There was a problem hiding this comment.
Can you confirm with updated testing instructions that you've fully tested this locally and that you're seeing the expected over quota error in the sync logs (and associated sentry error) when trying to sync from desktop before we merge this?
|
I'm not sure that's required because the actual fix is to allow for environment provided variables to alter settings that are contained in configuration subsets. I chose the Since the I will modify the testing steps to change this to match the |
tublitzed
left a comment
There was a problem hiding this comment.
JR and I just chatted about this offline. Approving; let's get this deployed to stg so we can test.
Closes #762
Description
Passing the default separator of "." can cause problems with some shells. It's better to use something like a double underscrore, which is more widely accepted.
Testing
run the application, specifying the
limits.max_post_recordsset to some value, e.g.SYNC_LIMITS__MAX_POST_RECORDS=99 cargo run -- --config sync.iniYou should now be able to see the "debug_client" value appear in the
/info/configurationresponse:Issue(s)
Closes #762.