Toggle navigation
Toggle navigation
This project
Loading...
Sign in
홍길동
/
onos
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
Brian O'Connor
2015-02-18 20:50:59 -0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
fd079918d8e42e6ed671bbf0eee327920659aea1
fd079918
1 parent
b715f62e
IdBlockStore: changing default size
Change-Id: I3d3bf42cbef4590c345cd6b1b4f871da8d617568
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
core/store/dist/src/main/java/org/onosproject/store/core/impl/DistributedIdBlockStore.java
core/store/dist/src/main/java/org/onosproject/store/core/impl/DistributedIdBlockStore.java
View file @
fd07991
...
...
@@ -35,7 +35,7 @@ import java.util.Map;
@Service
public
class
DistributedIdBlockStore
implements
IdBlockStore
{
private
static
final
long
DEFAULT_BLOCK_SIZE
=
0x1000
L
;
private
static
final
long
DEFAULT_BLOCK_SIZE
=
0x1000
00
L
;
protected
Map
<
String
,
IAtomicLong
>
topicBlocks
;
...
...
Please
register
or
login
to post a comment