Skip to content
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

Change thread async duration #321

Merged
merged 2 commits into from
Nov 18, 2024
Merged

Conversation

zuuring
Copy link
Member

@zuuring zuuring commented Nov 14, 2024

Notes

Let's bump the check between messages to be 12 hours instead of 60 minutes.

### Notes
Let's bump the check between messages to be 12 hours instead of 60 minutes.
@zuuring zuuring requested a review from Shadowfiend November 14, 2024 13:58
Copy link
Contributor

@Shadowfiend Shadowfiend left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Left a note on something to change back, but going to merger as is for now.

@@ -31,7 +31,7 @@ import {

// The maximum time between any two messages after which a thread is considered
// async.
const MAX_HEURISTIC_SYNC_THREAD_DURATION = 60 * MINUTE // 60 * MINUTE
const MAX_HEURISTIC_SYNC_THREAD_DURATION = 12 * HOUR // 60 * MINUTE
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Let's hold off on this change; it's predicated on the assumption that a quick thread is acceptable, but 12 hours really isn't a quick thread anymore.

Let's see what happens if we just fix the other issue first.

@Shadowfiend Shadowfiend merged commit f1a38bf into main Nov 18, 2024
7 checks passed
@Shadowfiend Shadowfiend deleted the change-thread-decision-checks branch November 18, 2024 08:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants