lib/checkoff/task_searches.rb in checkoff-0.188.0 vs lib/checkoff/task_searches.rb in checkoff-0.189.0
- old
+ new
@@ -74,10 +74,10 @@
api_params, task_selector = @search_url_parser.convert_params(url)
debug { "Task search params: api_params=#{api_params}, task_selector=#{task_selector}" }
raw_task_search(api_params, workspace_gid: workspace.gid, task_selector: task_selector,
extra_fields: extra_fields)
end
- cache_method :task_search, LONG_CACHE_TIME
+ cache_method :task_search, SHORT_CACHE_TIME
# Perform a search using the Asana Task Search API:
#
# https://developers.asana.com/reference/searchtasksforworkspace
#