Skip to content

Commit

Permalink
Merge pull request #7834 from drew2a/refactoring/knowledge_community
Browse files Browse the repository at this point in the history
KnowledgeCommunity : Update outdated descriptions
  • Loading branch information
drew2a committed Jan 18, 2024
2 parents 44e2235 + 8deeb52 commit 035172a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -410,7 +410,7 @@ def get_clock(self, operation: StatementOperation) -> int:
return op.clock if op else CLOCK_START_VALUE

def get_operations_for_gossip(self, count: int = 10) -> Set[Entity]:
""" Get random operations from the DB that older than time_delta.
""" Get random operations from the DB.
Args:
count: a limit for a resulting query
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,7 @@


class KnowledgeCommunity(TriblerCommunity):
""" Community for disseminating tags across the network.
Only tags that are older than 1 minute will be gossiped.
""" Community for disseminating knowledge across the network.
"""

community_id = unhexlify('d7f7bdc8bcd3d9ad23f06f25aa8aab6754eb23a0')
Expand Down

0 comments on commit 035172a

Please sign in to comment.