diff options
author | Tomás Touceda <chiiph@leap.se> | 2014-04-04 15:52:39 -0300 |
---|---|---|
committer | Tomás Touceda <chiiph@leap.se> | 2014-04-04 15:52:39 -0300 |
commit | eb6af9fd66d0c69af6735ffbd08fe86c3ccf313a (patch) | |
tree | ae7714d1133600fcefe71e3e9441f2a987232eb3 /common/changes | |
parent | 0d283e11e094e8537f3e8e4879aeca69169cffd1 (diff) | |
parent | 86890a496ba05951573dad7f69fa2840087994d2 (diff) |
Merge remote-tracking branch 'refs/remotes/drebs/bug/5449_preload-strptime-to-avoid-multi-thread-problem' into develop
Diffstat (limited to 'common/changes')
-rw-r--r-- | common/changes/bug_5449_preload-strptime-to-avoid-multi-thread-problem | 2 |
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). |