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 7258bda commit df63079Copy full SHA for df63079
Snowflake.Data.Tests/IntegrationTests/MaxLobSizeIT.cs
@@ -22,8 +22,8 @@ class MaxLobSizeIT : SFBaseTest
22
{
23
private readonly ResultFormat _resultFormat;
24
25
- //private const int MaxLobSize = (128 * 1024 * 1024); // new max LOB size
26
- private const int MaxLobSize = (16 * 1024 * 1024); // current max LOB size
+ private const int MaxLobSize = (128 * 1024 * 1024); // new max LOB size
+ // private const int MaxLobSize = (16 * 1024 * 1024); // current max LOB size
27
private const int LargeSize = (MaxLobSize / 2);
28
private const int MediumSize = (LargeSize / 2);
29
private const int OriginSize = (MediumSize / 2);
0 commit comments