Skip to content

Commit

Permalink
Comments
Browse files Browse the repository at this point in the history
  • Loading branch information
tudor-timcu committed Jan 8, 2025
1 parent c0207e1 commit 5c92a20
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/php-extension/Environment.cpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
#include "Includes.h"

// Report once every X requests the collected stats to Agent
// Minimum value to use for reporting once every X requests the collected stats to Agent
// As the report_stats_interval_to_agent is configurable, this define is used to ensure that the configured interval is NEVER less that 50 requests
#define MIN_REPORT_STATS_INTERVAL_TO_AGENT 50

std::string GetLaravelEnvVariable(const std::string& env_key) {
Expand Down

0 comments on commit 5c92a20

Please sign in to comment.