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 2d4f443 commit aa36e64Copy full SHA for aa36e64
deepwell/src/services/caddy/test.rs
@@ -74,6 +74,7 @@ fn build_config(main_domain: &str, files_domain: &str) -> Config {
74
job_prune_text: StdDuration::from_secs(0),
75
job_name_change_refill: StdDuration::from_secs(0),
76
job_lift_expired_punishments: StdDuration::from_secs(0),
77
+ preprocess_timeout: StdDuration::from_secs(0),
78
render_timeout: StdDuration::from_secs(0),
79
rerender_skip: Vec::new(),
80
message_layout: Layout::Wikijump,
0 commit comments