Skip to content

Commit 2ec0b5b

Browse files
committed
Fix bug.
1 parent b2747f1 commit 2ec0b5b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Quick.Protocol/QpServerOptions.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
namespace Quick.Protocol
88
{
9-
public abstract class QpServerOptions : QpChannelOptions
9+
public class QpServerOptions : QpChannelOptions
1010
{
1111
/// <summary>
1212
/// 缓存大小(默认128KB)

0 commit comments

Comments
 (0)