Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
The Tor Project
Network Health
Metrics
Onionoo
Commits
2d6e1663
Commit
2d6e1663
authored
May 16, 2022
by
Hiro
🏄
Browse files
Fix typo
parent
f0371745
Pipeline
#38802
failed with stage
in 1 minute and 32 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/main/java/org/torproject/metrics/onionoo/updater/NodeDetailsStatusUpdater.java
View file @
2d6e1663
...
...
@@ -396,7 +396,7 @@ public class NodeDetailsStatusUpdater implements DescriptorListener,
"bridge: {}"
+
"nodeStatus first_seen: {}"
,
fingerprint
,
nodeStatus
.
getFirstSeenMillis
()
)
)
;
}
if
(
publishedMillis
>
nodeStatus
.
getLastSeenMillis
())
{
nodeStatus
.
setRelay
(
false
);
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment