Skip to content

Commit b0eb7a6

Browse files
fix pg conf typo for embedded db
1 parent 5ef6db4 commit b0eb7a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

trustd/src/db.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ impl Run {
7575
),
7676
("random_page_cost".to_string(), "1.1".to_string()),
7777
(
78-
" max_parallel_workers_per_gather".to_string(),
78+
"max_parallel_workers_per_gather".to_string(),
7979
"4".to_string(),
8080
),
8181
("max_connections".to_string(), "500".to_string()),

0 commit comments

Comments
 (0)