Mercurial > hg > orthanc-transfers
comparison Plugin/Plugin.cpp @ 12:34b1875c8e3a
cppcheck
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Mon, 04 Mar 2019 16:12:52 +0100 |
parents | c9e28e31262e |
children | b06103a50c95 |
comparison
equal
deleted
inserted
replaced
11:4b9c2e0a92c8 | 12:34b1875c8e3a |
---|---|
641 size_t threadsCount = 4; | 641 size_t threadsCount = 4; |
642 size_t targetBucketSize = 4096; // In KB | 642 size_t targetBucketSize = 4096; // In KB |
643 size_t maxPushTransactions = 4; | 643 size_t maxPushTransactions = 4; |
644 size_t memoryCacheSize = 512; // In MB | 644 size_t memoryCacheSize = 512; // In MB |
645 unsigned int maxHttpRetries = 0; | 645 unsigned int maxHttpRetries = 0; |
646 std::map<std::string, std::string> bidirectionalPeers; | |
647 | 646 |
648 { | 647 { |
649 OrthancPlugins::OrthancConfiguration config; | 648 OrthancPlugins::OrthancConfiguration config; |
650 | 649 |
651 if (config.IsSection(KEY_PLUGIN_CONFIGURATION)) | 650 if (config.IsSection(KEY_PLUGIN_CONFIGURATION)) |