this repo has no description

increase timeframe

Changed files
+1 -1
peruse
+1 -1
peruse/get_close_by.go
···
var getCloseByQuery = `
WITH ? as your_did,
-
now() - interval 14 day AS timeframe,
? as existing_connection_weight,
? as new_discovery_weight,
? as top_mutual_limit
···
var getCloseByQuery = `
WITH ? as your_did,
+
now() - interval 90 day AS timeframe,
? as existing_connection_weight,
? as new_discovery_weight,
? as top_mutual_limit