- Notifications
You must be signed in to change notification settings - Fork3
chore: create & delete sync sessions over gRPC#119
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
ethanndickson commentedMar 24, 2025 • edited
Loading Uh oh!
There was an error while loading.Please reload this page.
edited
Uh oh!
There was an error while loading.Please reload this page.
c11bc07
to1cac28d
Compare84e4daa
to4581c1e
Compare1cac28d
to015cd0c
Compare4581c1e
to7ca5e28
Compare015cd0c
to6a40c66
Compare7ca5e28
to2b848e9
Compare6a40c66
to257499f
Compare2b848e9
to94f7e77
Compare257499f
to12fa59f
Compare94f7e77
toe6b0bc3
Compare12fa59f
toaf6ba71
Comparee6b0bc3
to080528a
Compareaf6ba71
toae06ba2
Comparec215f63
toa27014a
Compare@@ -162,7 +168,7 @@ public class MutagenDaemon: FileSyncDaemon { | |||
// Already connected | |||
return | |||
} | |||
group = MultiThreadedEventLoopGroup(numberOfThreads:1) | |||
group = MultiThreadedEventLoopGroup(numberOfThreads:2) |
ethanndicksonMar 24, 2025 • edited
Loading Uh oh!
There was an error while loading.Please reload this page.
edited
Uh oh!
There was an error while loading.Please reload this page.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
We always have two outgoing gRPC requests at once, the prompter, and the actual request we're trying to make. This creates a second OS thread for gRPC to use.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
tbh 2 os threads might be overkill
ae06ba2
to68dae7d
Comparea27014a
to126e84f
Compare68dae7d
toc7018ec
Compare126e84f
toba8bd98
Comparec7018ec
to820bace
Comparebc0d1e3
to660e1df
Compare032237c
toeb29807
Compare820bace
to93667f7
Compareeb29807
to58c4ff5
Compareethanndickson commentedMar 28, 2025 • edited
Loading Uh oh!
There was an error while loading.Please reload this page.
edited
Uh oh!
There was an error while loading.Please reload this page.
58c4ff5
to58f9775
Compare6463de0
intomainUh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
Closes#63.