🔍 search algorithm! 🎉🎊🥳

This commit is contained in:
Kleissner
2021-12-12 19:12:01 +01:00
parent 0cd4519688
commit d494d46410
9 changed files with 503 additions and 4 deletions

View File

@@ -3,6 +3,7 @@ LogFile: "data/log.txt" # Log file. It contains informat
BlockchainMain: "data/blockchain main/" # Blockchain main stores the end-users blockchain data. It contains meta data of shared files, profile data, and social interactions.
BlockchainGlobal: "data/blockchain global/" # Blockchain global caches blockchain data from global users. Empty to disable.
WarehouseMain: "data/warehouse main/" # Warehouse main stores the actual data of files shared by the end-user.
SearchIndex: "data/search index/" # Local search index of blockchain records. Empty to disable.
# Listen defines all IP:Port combinations to listen on. If empty, it will listen on all IPs automatically on available ports.
# IPv6 must be in the form "[IPv6]:Port". This setting is only recommended to be set on servers.