Nican / Furland

Building a real-time twitter graph of your friends
267 stars 14 forks source link

Why doesn't the graph update the relationship data? #8

Open KotobaSuke opened 2 years ago

KotobaSuke commented 2 years ago

After the graph was generated for the first time, I unfollowed some accounts and reset it, but the data remains the previous

Nican commented 2 years ago

Data is cached for 30 days.

Generating the graph requires making a lot of Twitter API calls, and a lot of compute power to generate the matrix. My poor server can only do so much.