Skip to content

Commit e3f7ef4

Browse files
committed
Improve comments
1 parent cec3f6b commit e3f7ef4

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

resources/matrix/matrix-ini-comments.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"amqp.auto_ack": "Enable automatic message acknowledgements (0/1). 1 means messages are auto-acked on delivery.",
33
"amqp.cacert": "Path to CA certificate file for verifying AMQP server TLS certificates.",
44
"amqp.cert": "Path to client certificate file for mutual TLS authentication.",
5-
"amqp.channel_max": "Maximum number of channels per AMQP connection (0 = server decides; typical default 2047/65535).",
5+
"amqp.channel_max": "Maximum number of channels per AMQP connection (0 = server decides; typical default 2047 or 65535).",
66
"amqp.connect_timeout": "Connection timeout in seconds for opening AMQP connections (0 = infinite).",
77
"amqp.deserialization_depth": "Maximum depth for PHP value deserialization to avoid deep recursion (integer).",
88
"amqp.frame_max": "Maximum AMQP frame size in bytes (negotiated with server).",
@@ -29,12 +29,12 @@
2929
"apc.enabled": "Enable APCu shared memory cache (On/Off).",
3030
"apc.entries_hint": "Hint for expected number of cache entries (0 lets APCu decide).",
3131
"apc.gc_ttl": "Seconds a cache entry can remain in the garbage collection list.",
32-
"apc.preload_path": "Directory to preload into APCu at startup (optional).",
32+
"apc.preload_path": "Directory with $key.data files containing serialized values to preload into APCu at startup.",
3333
"apc.serializer": "Serializer to use for APCu values. Common: 'php', 'igbinary', 'msgpack'.",
3434
"apc.shm_segments": "Number of shared memory segments to use for APCu.",
3535
"apc.shm_size": "Size of the APCu shared memory segment, e.g. 64M.",
3636
"apc.slam_defense": "Protect against cache stampede by delaying writes (On/Off).",
37-
"apc.smart": "Smart memory allocation (legacy/experimental flag).",
37+
"apc.smart": "Values >0 increase chance to flush entire cache when expired entries free too little memory.",
3838
"apc.ttl": "Default time-to-live for cache entries (0 = infinite).",
3939
"apc.use_request_time": "Use request start time for TTL calculations (On/Off).",
4040
"awscrt.log_level": "AWS CRT PHP log level. Values: 'Trace','Debug','Info','Warn','Error','Fatal'.",

0 commit comments

Comments
 (0)