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

perf: postpone restarting to the last change #5587

Open
wants to merge 1 commit into
base: development
Choose a base branch
from

Conversation

agtabesh
Copy link

Q A
Bug fix? no
New feature? no
BC breaks? no
Deprecations? no
Tests pass? yes
Fixed tickets no
License MIT
Doc PR https://github.com/pm2-hive/pm2-hive.github.io/pulls

This pull request improves server performance by optimizing the restart process. Instead of restarting the server each time a change occurs, the system will now wait until the last change within the specified watch_delay time window before restarting. This approach reduces server downtime and improves overall system efficiency.

@CLAassistant
Copy link

CLAassistant commented Apr 14, 2023

CLA assistant check
All committers have signed the CLA.

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.

None yet

2 participants