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
0f3db438
Commit
0f3db438
authored
Jul 21, 2004
by
Graham McVicker
Browse files
rolled back cache size to much smaller previous size
parent
709ecf3a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
modules/Bio/EnsEMBL/DBSQL/SequenceAdaptor.pm
modules/Bio/EnsEMBL/DBSQL/SequenceAdaptor.pm
+2
-2
No files found.
modules/Bio/EnsEMBL/DBSQL/SequenceAdaptor.pm
View file @
0f3db438
...
...
@@ -41,8 +41,8 @@ use Bio::EnsEMBL::Utils::Cache;
@ISA
=
qw(Bio::EnsEMBL::DBSQL::BaseAdaptor)
;
our
$SEQ_CHUNK_PWR
=
22
;
# 2^18 = approx. 250KB
our
$SEQ_CACHE_SZ
=
10
;
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
;
...
...
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