fn start()

in src/requests.rs [759:762]


    fn start(&mut self) {
        self.start_time = Some(tokio::time::Instant::now());
        self.last_received_token_time = tokio::time::Instant::now();
    }