aboutsummaryrefslogtreecommitdiff
path: root/src/zenserver/projectstore/projectstore.cpp
diff options
context:
space:
mode:
authorDan Engelbrecht <[email protected]>2024-04-03 12:32:34 +0200
committerGitHub Enterprise <[email protected]>2024-04-03 12:32:34 +0200
commit034459cb66580d0aa680ae96a18b5a884808386c (patch)
treedaef3bdb41666db9491cefc224f3da8c8b822631 /src/zenserver/projectstore/projectstore.cpp
parentcompressed header reading opt (#33) (diff)
downloadzen-034459cb66580d0aa680ae96a18b5a884808386c.tar.xz
zen-034459cb66580d0aa680ae96a18b5a884808386c.zip
zenremoteprojectstore with httpclient (#35)
- Bugfix: Fix log of Success/Failure for oplog import - Improvement: Use HttpClient when doing oplog export/import with a zenserver as a remote target. Includes retry logic - Improvement: Increase the retry count to 4 (5 attempts in total) when talking to Jupiter for oplog export/import
Diffstat (limited to 'src/zenserver/projectstore/projectstore.cpp')
-rw-r--r--src/zenserver/projectstore/projectstore.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/zenserver/projectstore/projectstore.cpp b/src/zenserver/projectstore/projectstore.cpp
index dd390d08c..0109533f6 100644
--- a/src/zenserver/projectstore/projectstore.cpp
+++ b/src/zenserver/projectstore/projectstore.cpp
@@ -209,7 +209,7 @@ namespace {
std::string(Url),
std::string(Project),
std::string(Oplog)};
- RemoteStore = CreateZenRemoteStore(Options);
+ RemoteStore = CreateZenRemoteStore(Options, TempFilePath);
}
if (!RemoteStore)