Skip to content

Commit aa36e64

Browse files
committed
Fix deepwell test build.
1 parent 2d4f443 commit aa36e64

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

deepwell/src/services/caddy/test.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,7 @@ fn build_config(main_domain: &str, files_domain: &str) -> Config {
7474
job_prune_text: StdDuration::from_secs(0),
7575
job_name_change_refill: StdDuration::from_secs(0),
7676
job_lift_expired_punishments: StdDuration::from_secs(0),
77+
preprocess_timeout: StdDuration::from_secs(0),
7778
render_timeout: StdDuration::from_secs(0),
7879
rerender_skip: Vec::new(),
7980
message_layout: Layout::Wikijump,

0 commit comments

Comments
 (0)