X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=src%2Fzget.c;h=402094e970f199c7d531a6d64920122135727695;hb=8746c08e36ba07edc839f1396c17a27ea2915dc0;hp=186a2ee254ec8323e2415ec005cdae3fc02292e3;hpb=afb64801b0ba90d99482d66eeb675e280628c996;p=yaz-moved-to-github.git diff --git a/src/zget.c b/src/zget.c index 186a2ee..402094e 100644 --- a/src/zget.c +++ b/src/zget.c @@ -1,9 +1,8 @@ /* - * Copyright (c) 1995-2003, Index Data. + * Copyright (c) 1995-2004, Index Data. * See the file LICENSE for details. - * Sebastian Hammer, Adam Dickmeiss * - * $Id: zget.c,v 1.3 2003-11-27 15:39:16 adam Exp $ + * $Id: zget.c,v 1.4 2004-02-15 07:19:42 adam Exp $ */ #include @@ -26,8 +25,8 @@ Z_InitRequest *zget_InitRequest(ODR o) ODR_MASK_SET(r->protocolVersion, Z_ProtocolVersion_1); ODR_MASK_SET(r->protocolVersion, Z_ProtocolVersion_2); - r->preferredMessageSize = odr_intdup(o, 30*1024); - r->maximumRecordSize = odr_intdup(o, 30*1024); + r->preferredMessageSize = odr_intdup(o, 1024*1024); + r->maximumRecordSize = odr_intdup(o, 1024*1024); r->idAuthentication = 0; r->implementationId = "81"; r->implementationName = "YAZ";