mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-25 17:12:03 +00:00
Added comment #3350
This commit is contained in:
parent
5ec3db20cd
commit
af6f91e762
@ -159,6 +159,9 @@ public:
|
||||
private:
|
||||
static int getCodec()
|
||||
{
|
||||
/// You can provide different value if you want to test specific codecs.
|
||||
/// Due to poor implementation of "base64" library (it will write to a global variable),
|
||||
/// it doesn't scale for multiple threads. Never use non-zero values in production.
|
||||
return 0;
|
||||
}
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user