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

Add config for main loop interval and socket polling interval #141

Merged
merged 2 commits into from
Sep 25, 2024

Conversation

roxblnfk
Copy link
Member

@roxblnfk roxblnfk commented Sep 25, 2024

What was changed

Added envs:
TRAP_TCP_POLLING_INTERVAL to configure sockets polling interval
TRAP_MAIN_LOOP_INTERVAL to configure main loop interval

Why?

To empirically determine the best default values.

Checklist

@roxblnfk roxblnfk added the enhancement New feature or request label Sep 25, 2024
Copy link

codecov bot commented Sep 25, 2024

Codecov Report

Attention: Patch coverage is 0% with 12 lines in your changes missing coverage. Please review.

Project coverage is 22.56%. Comparing base (827614c) to head (b75e890).
Report is 3 commits behind head on master.

Files with missing lines Patch % Lines
src/Application.php 0.00% 11 Missing ⚠️
src/Command/Run.php 0.00% 1 Missing ⚠️
Additional details and impacted files
@@             Coverage Diff              @@
##             master     #141      +/-   ##
============================================
- Coverage     22.59%   22.56%   -0.04%     
  Complexity     1333     1333              
============================================
  Files           157      157              
  Lines          4182     4188       +6     
============================================
  Hits            945      945              
- Misses         3237     3243       +6     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@roxblnfk roxblnfk merged commit 1e6f7d6 into master Sep 25, 2024
23 of 27 checks passed
@roxblnfk roxblnfk deleted the maintenance branch September 25, 2024 11:25
This was referenced Sep 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant