Downloads Documentation Community Contribute Demo






Show Sidebar
Login | Register

Ticket #1136 (new defect)

Opened 1 year ago

Last modified 1 year ago

Fix TTL in LogicCacheEntryKey

Reported by: bmamlin Assigned to: tmdugan
Priority: minor Milestone:
Component: Logic Service Keywords:
Cc: tmdugan Introductory Ticket: 0
Code Review Status:

Description

The ttl time for results in the Logic service is expressed in seconds and is not being converted into milliseconds within the LogicCacheEntryKey code (see assignment of expires in the LogicCacheEntryKey constructors). The constructors need to multiply the ttl time by 1000.

Change History

11/25/08 16:31:14 changed by bmamlin

  • owner changed from somebody to tmdugan.
  • priority changed from major to minor.
  • component changed from OpenMRS Code Base to Logic Service.

Split out from #1134.