We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 24ed493 commit 0ed5305Copy full SHA for 0ed5305
tap-agent/src/backoff.rs
@@ -1,3 +1,6 @@
1
+// Copyright 2023-, Edge & Node, GraphOps, and Semiotic Labs.
2
+// SPDX-License-Identifier: Apache-2.0
3
+
4
use std::time::{Duration, Instant};
5
6
#[derive(Debug, Clone)]
0 commit comments