-
Notifications
You must be signed in to change notification settings - Fork 2.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Don't update rss feeds every post #645
Comments
ezmode just write the last rss parse time to db and if > 3600 * 1000 update rss if not, leave it alone. |
+1 - |
hey @psychobunny I did some testing and and I can confirm the feed and the plugins.firehook stuff were the biggest offenders, why not refactor Post.create into 2 functions, an essential part and the fancy part, and the importers can only use the essential part, I think that's an easy solution. |
We were talking about the same thing today. I think Posts.create should be that internal function and Posts.reply can be the one that is called from the client. Topics.post also uses Posts.create so might have to juggle some stuff around there too. |
The thing that made me do a double take was that In the interest of DRY, we probably have |
+1 sweet |
Maybe update it once an hour, or so. Great for really busy forums.
side effects include preventing migrators from blowing up your server
The text was updated successfully, but these errors were encountered: