Change default pattern length

Changed from 1024 to 8192 per previous version.
This commit is contained in:
x90" * 365 2016-07-03 16:08:54 -04:00 committed by GitHub
parent 12812650c0
commit 3fe4ffb225
1 changed files with 1 additions and 1 deletions

View File

@ -48,7 +48,7 @@ module PatternOffset
end
options[:sets] = nil unless options[:sets]
options[:length] = 1024 unless options[:length]
options[:length] = 8192 unless options[:length]
options
end