Jump to: navigation, search

Difference between revisions of "Zaqar/specs/api/v1/marconi-config"

Line 1: Line 1:
 
=== Marconi API Limits ===
 
=== Marconi API Limits ===
  
===== Config Options & Default Values: =====
+
'''===== Config Options & Default Values: =====
 
+
'''
 
'''NOTE:''' The default values can be overridden, by adding the option to marconi.conf
 
'''NOTE:''' The default values can be overridden, by adding the option to marconi.conf
  
Line 14: Line 14:
  
  
===== Hard Coded API Limits: =====
+
'''===== Hard Coded API Limits: =====
 
+
'''
 
'''NOTE:''' These values cannot be changed.
 
'''NOTE:''' These values cannot be changed.
  

Revision as of 00:19, 14 August 2013

Marconi API Limits

===== Config Options & Default Values: ===== NOTE: The default values can be overridden, by adding the option to marconi.conf

  1. queue_paging_uplimit – 10
  2. message_paging_uplimit – 20
  3. message_ttl_max - 14 * 24 * 60 * 60 (seconds)
  4. claim_ttl_max - 12*60*60 (seconds)
  5. claim_grace_max - 12*60*60 (seconds)
  6. metadata_size_uplimit - 65536 (bytes)
  7. message_size_uplimit - 262144 (bytes)


===== Hard Coded API Limits: ===== NOTE: These values cannot be changed.

  1. message_ttl_min - 60 (seconds)
  2. claim_ttl_min - 60 (seconds)
  3. claim_grace_min - 60 (seconds)