aboutsummaryrefslogtreecommitdiffstats
path: root/include/onedirsync.php
Commit message (Collapse)AuthorAgeFilesLines
* directory sync optimisations to save redundant processingfriendica2013-10-151-0/+19
|
* why do these have invalid id's?friendica2013-10-141-1/+1
|
* extra loggingfriendica2013-10-141-1/+1
|
* don't update old entries with no addressfriendica2013-10-141-1/+1
|
* directory sync - this will either work, or it won't work, or it will ↵friendica2013-09-301-0/+42
possibly recurse and blow up the matrix. Hard to say. Do you feel lucky? Well do ya' ... punk? Rule #1 - don't mess with anything unless it's blowing up the matrix. If it doesn't blow up the matrix, but doesn't work, just let it go and let's figure out what it is doing and what it isn't doing. The flow is as follows: Once a day go out to all the directory servers besides yourself and grab a list of updates. This happens in the poller. If we've never seen them before add them to the updates table. The poller also looks to see if we're a directory server and have updates that haven't yet been processed. It calls onedirsync.php to process each one. If we contact the channel to update and don't find anything (we're just doing a basic zot_finger), set a ud_last timestamp. If this is set we will only try once a day for seven days. Then we stop trying to update. This will probably cause a spike the first time through because you haven't seen any updates before, but we spread out the load over your delivery interval.