diff options
author | Jonas Platte <jplatte+git@posteo.de> | 2022-01-20 11:51:31 +0100 |
---|---|---|
committer | Jonas Platte <jplatte+git@posteo.de> | 2022-02-12 12:56:07 +0100 |
commit | 1f7b3fa4acd13ea4962ba93c5bc96bd8aa9f44b3 (patch) | |
tree | e86e6df88bdf4c478caccf8b832150884002682d /debian | |
parent | 8709c3ae7ba104a5bb14930124161bd83f23d937 (diff) | |
download | conduit-1f7b3fa4acd13ea4962ba93c5bc96bd8aa9f44b3.zip |
Port from Rocket to axum
Diffstat (limited to 'debian')
-rw-r--r-- | debian/postinst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/postinst b/debian/postinst index 6bd1a3a..29a9367 100644 --- a/debian/postinst +++ b/debian/postinst @@ -74,7 +74,7 @@ allow_registration = true #allow_jaeger = false #max_concurrent_requests = 100 # How many requests Conduit sends to other servers at the same time -#log = "info,state_res=warn,rocket=off,_=off,sled=off" +#log = "info,state_res=warn,_=off,sled=off" #workers = 4 # default: cpu core count * 2 # The total amount of memory that the database will use. |