We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 44fd2e1 commit c4ffc0dCopy full SHA for c4ffc0d
src/app_config.rs
@@ -277,7 +277,7 @@ pub struct AppConfig {
277
pub max_pending_rows: usize,
278
279
/// Whether to compress the http response body when the client supports it.
280
- /// Enabling response compression hinders the ability of SQLPage to stream every single byte
+ /// Enabling response compression hinders the ability of `SQLPage` to stream every single byte
281
/// of data as soon as it is produced.
282
/// As a rule of thub, enable response compression when your app is fast.
283
#[serde(default = "default_compress_responses")]
0 commit comments