Skip to content

Commit 89b843c

Browse files
committed
added resolution on --inspect feature
1 parent f230c40 commit 89b843c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

newsreap/plugins/cli/get.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ def get(ctx, group, workdir, headers, inspect, sources):
111111
segment.msgid(),
112112
work_dir=workdir,
113113
group=group,
114-
max_bytes=64,
114+
max_bytes=128,
115115
)
116116

117117
if response is None:
@@ -161,7 +161,7 @@ def get(ctx, group, workdir, headers, inspect, sources):
161161
source,
162162
work_dir=workdir,
163163
group=group,
164-
max_bytes=64,
164+
max_bytes=128,
165165
)
166166
if response is None:
167167
logger.warning(

0 commit comments

Comments
 (0)