Skip to content
Open
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
versioning
  • Loading branch information
Peng Zang committed Nov 25, 2014
commit 4a2745e48aa4d2927eeaede941a6ae94f1660ff4
2 changes: 1 addition & 1 deletion src/kafka-net.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>kafka-net</id>
<version>1.0.0.0-alpha</version>
<version>@build.number@-alpha</version>
<authors>James Roland</authors>
<owners>James Roland</owners>
<licenseUrl>https://github.com/Jroland/kafka-net/blob/master/LICENSE</licenseUrl>
Expand Down
2 changes: 1 addition & 1 deletion src/kafka-net/Protocol/FetchRequest.cs
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ public class Fetch
{
public Fetch()
{
MaxBytes = FetchRequest.DefaultMinBlockingByteBufferSize * 800;
MaxBytes = FetchRequest.DefaultMinBlockingByteBufferSize * 8;
}

/// <summary>
Expand Down
2 changes: 1 addition & 1 deletion src/kafka-net/kafka-net.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>kafka-net</id>
<version>1.0.0.1-beta</version>
<version>$version$-beta</version>
<authors>James Roland</authors>
<owners>James Roland</owners>
<licenseUrl>https://github.com/Jroland/kafka-net/blob/master/LICENSE</licenseUrl>
Expand Down