🚧 wip: can't remember what I was working on
parent
29a6ad20ee
commit
574f660c1a
|
@ -287,6 +287,13 @@ impl StatusValue {
|
|||
|
||||
#[tokio::main]
|
||||
async fn main () -> Result <(), hyper::Error> {
|
||||
use std::time::Duration;
|
||||
|
||||
use tokio::{
|
||||
spawn,
|
||||
time::interval,
|
||||
};
|
||||
|
||||
let service = HttpService::new (Store::new (vec! [
|
||||
(b"key_dir".to_vec (), StatusQuotas {
|
||||
max_keys: 4,
|
||||
|
|
|
@ -1,5 +1,8 @@
|
|||
# Build artifact log
|
||||
|
||||
I'm trying to understand how the different dependencies like Tokio and Hyper
|
||||
affect artifact size.
|
||||
|
||||
## 2021-01Jan-03
|
||||
|
||||
Git commit 88e7839841ad812f5645a30503955511ac107bdd
|
||||
|
@ -11,7 +14,7 @@ Sizes:
|
|||
- ptth_relay gzipped: 3 MB
|
||||
- ptth_server gzipped: 5 MB
|
||||
|
||||
Git commit ???
|
||||
Git commit 3d11d0eea561690cd1ce4e2c9225858b870ec8a5
|
||||
|
||||
Sizes:
|
||||
|
||||
|
|
Loading…
Reference in New Issue