Actions
Bug #2736
closedrepo-ng cannot set the max-packets to a large number
Status:
Closed
Priority:
Normal
Assignee:
-
Target version:
-
Start date:
04/08/2015
Due date:
% Done:
100%
Estimated time:
Description
how to reproduce:
set the the max-packets to 9999999999
run "sudo ndn-repo-ng"
ndn-repo-ng report error "ERROR: conversion of data to type "i" failed".
It is suspect this is caused by "src/repo.cpp: repoConfig.nMaxPackets = repoConf.get("storage.max-packets");"
Actions