Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
ensembl-gh-mirror
ensembl
Commits
0adfb533
Commit
0adfb533
authored
May 26, 2004
by
Graham McVicker
Browse files
Sequence Caching was unintentionally disabled
parent
96681820
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
2 deletions
+1
-2
modules/Bio/EnsEMBL/DBSQL/SequenceAdaptor.pm
modules/Bio/EnsEMBL/DBSQL/SequenceAdaptor.pm
+1
-2
No files found.
modules/Bio/EnsEMBL/DBSQL/SequenceAdaptor.pm
View file @
0adfb533
...
...
@@ -43,8 +43,7 @@ use Bio::EnsEMBL::Utils::Cache;
our
$SEQ_CHUNK_PWR
=
18
;
# 2^18 = approx. 250KB
our
$SEQ_CACHE_SZ
=
5
;
#our $SEQ_CACHE_MAX = (2 ** $SEQ_CHUNK_PWR) * $SEQ_CACHE_SZ;
our
$SEQ_CACHE_MAX
=
0
;
our
$SEQ_CACHE_MAX
=
(
2
**
$SEQ_CHUNK_PWR
)
*
$SEQ_CACHE_SZ
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment