@514labs/moose-lib 0.6.253-ci-3-gb5916f32 → 0.6.253-ci-10-gd1beed7c

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -116,17 +116,7 @@ var init_commons = __esm({
116
116
  username,
117
117
  password,
118
118
  database,
119
- application: "moose",
120
- // Connection pool configuration for high load (100+ concurrent users)
121
- max_open_connections: 50,
122
- // Increased from default 10 to handle 100 concurrent users
123
- request_timeout: 6e4,
124
- // 60s timeout for HTTP requests (queries and inserts)
125
- keep_alive: {
126
- enabled: true,
127
- idle_socket_ttl: 2e3
128
- // 2s idle time (lower than default to prevent socket hang-ups)
129
- }
119
+ application: "moose"
130
120
  // Note: wait_end_of_query is configured per operation type, not globally
131
121
  // to preserve SELECT query performance while ensuring INSERT/DDL reliability
132
122
  });