summaryrefslogtreecommitdiff
path: root/common/changes/bug_5449_preload-strptime-to-avoid-multi-thread-problem
diff options
context:
space:
mode:
Diffstat (limited to 'common/changes/bug_5449_preload-strptime-to-avoid-multi-thread-problem')
-rw-r--r--common/changes/bug_5449_preload-strptime-to-avoid-multi-thread-problem2
1 files changed, 2 insertions, 0 deletions
diff --git a/common/changes/bug_5449_preload-strptime-to-avoid-multi-thread-problem b/common/changes/bug_5449_preload-strptime-to-avoid-multi-thread-problem
new file mode 100644
index 00000000..17d1f463
--- /dev/null
+++ b/common/changes/bug_5449_preload-strptime-to-avoid-multi-thread-problem
@@ -0,0 +1,2 @@
+ o Preload time.strptime() to avoid multi-threaded problem on couch backend
+ get_docs() method (#5449).