We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 64d4c96 commit 4a0243fCopy full SHA for 4a0243f
src/db-copy.hpp
@@ -145,7 +145,7 @@ struct db_cmd_copy_t
145
* to speed up processing. Currently a one-size fits all value.
146
* Needs more testing and individual values per queue.
147
*/
148
- static constexpr std::size_t MAX_BUF_SIZE = 10 * 1024 * 1024;
+ static constexpr std::size_t MAX_BUF_SIZE = 10UL * 1024UL * 1024UL;
149
150
/**
151
* Maximum length of the queue with COPY data.
0 commit comments