Skip to content

Commit b81cea2

Browse files
author
Shashi Gowda
committed
set MAX_POOL_FRACTION back to 0.05
1 parent 30c71ce commit b81cea2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/record.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ end
7373
PARSE_SUCCESS
7474
end
7575

76-
const MAX_POOL_FRACTION = 0.15
76+
const MAX_POOL_FRACTION = 0.05
7777
const ROWS_BEFORE_CROWDING = 510
7878
@inline function setcell!{R}(col::PooledArray{String,R}, i, val::StrRange, str)
7979
if i > ROWS_BEFORE_CROWDING && length(col.pool) > i * MAX_POOL_FRACTION

0 commit comments

Comments
 (0)