joshmarshall / jsonrpclib

A Python JSON-RPC over HTTP that mirrors xmlrpclib syntax.
Other
447 stars 144 forks source link

Adding history configuration. #48

Closed joshmarshall closed 3 years ago

joshmarshall commented 8 years ago

Truncating request and response history to 20 entries by default, allowing history.size to specify a discrete number of entries (positive), unlimited entries (less than 0), or no history (zero).

References #47 -- @JustinAzoff (and others) for your consideration.