Skip to content

Commit

Permalink
Merge pull request #6719 from drew2a/refactoring/booster
Browse files Browse the repository at this point in the history
Move `discovery_booster` to ipv8 component
  • Loading branch information
drew2a authored Jan 12, 2022
2 parents 4450afd + dbff5ce commit 2b20cac
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

from tribler_common.simpledefs import CHANNELS_VIEW_UUID, NTFY

from tribler_core.components.gigachannel.community.discovery_booster import DiscoveryBooster
from tribler_core.components.ipv8.discovery_booster import DiscoveryBooster
from tribler_core.components.metadata_store.db.serialization import CHANNEL_TORRENT
from tribler_core.components.metadata_store.remote_query_community.payload_checker import ObjState
from tribler_core.components.metadata_store.remote_query_community.remote_query_community import RemoteQueryCommunity
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import pytest

from tribler_core.components.gigachannel.community.discovery_booster import DiscoveryBooster
from tribler_core.components.ipv8.discovery_booster import DiscoveryBooster

TEST_BOOSTER_TIMEOUT_IN_SEC = 10
TEST_BOOSTER_TAKE_STEP_INTERVAL_IN_SEC = 1
Expand Down

0 comments on commit 2b20cac

Please sign in to comment.