tangled
alpha
login
or
join now
nekomimi.pet
/
hydrant
forked from
ptr.pet/hydrant
0
fork
atom
kind of like tap but different and in rust
0
fork
atom
overview
issues
pulls
pipelines
[main] start crawler in signal mode
ptr.pet
3 weeks ago
a28c3f9c
7d3090b1
verified
This commit was signed with the committer's
known signature
.
ptr.pet
SSH Key Fingerprint:
SHA256:Abmvag+juovVufZTxyWY8KcVgrznxvBjQpJesv071Aw=
+3
-1
1 changed file
expand all
collapse all
unified
split
src
main.rs
+3
-1
src/main.rs
···
144
144
}
145
145
});
146
146
147
147
-
if state.filter.load().mode == hydrant::filter::FilterMode::Full {
147
147
+
if let hydrant::filter::FilterMode::Full | hydrant::filter::FilterMode::Signal =
148
148
+
state.filter.load().mode
149
149
+
{
148
150
tokio::spawn(
149
151
Crawler::new(
150
152
state.clone(),