We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ae96ac0 commit cbd829fCopy full SHA for cbd829f
1 file changed
src/main.rs
@@ -147,7 +147,6 @@ async fn initialize_proxy(
147
);
148
let secs = 5;
149
tokio::time::sleep(Duration::from_secs(secs)).await;
150
- // Restart loop, esentially restarting proxy
151
continue;
152
}
153
};
0 commit comments