-reduce default fakebank memory allocation (see #7156)
This commit is contained in:
parent
917b2f373e
commit
bccdf7e452
@ -23,11 +23,11 @@
|
|||||||
#include "bank_api_common.h"
|
#include "bank_api_common.h"
|
||||||
|
|
||||||
|
|
||||||
int
|
enum GNUNET_GenericReturnValue
|
||||||
TALER_BANK_setup_auth_ (CURL *easy,
|
TALER_BANK_setup_auth_ (CURL *easy,
|
||||||
const struct TALER_BANK_AuthenticationData *auth)
|
const struct TALER_BANK_AuthenticationData *auth)
|
||||||
{
|
{
|
||||||
int ret;
|
enum GNUNET_GenericReturnValue ret;
|
||||||
|
|
||||||
ret = GNUNET_OK;
|
ret = GNUNET_OK;
|
||||||
switch (auth->method)
|
switch (auth->method)
|
||||||
|
@ -101,7 +101,7 @@ run (void *cls,
|
|||||||
const struct GNUNET_CONFIGURATION_Handle *cfg)
|
const struct GNUNET_CONFIGURATION_Handle *cfg)
|
||||||
{
|
{
|
||||||
unsigned long long port = 8082;
|
unsigned long long port = 8082;
|
||||||
unsigned long long ram = 1024 * 1024 * 128; /* 128 M entries */
|
unsigned long long ram = 1024 * 128; /* 128 k entries */
|
||||||
char *currency_string;
|
char *currency_string;
|
||||||
|
|
||||||
(void) cls;
|
(void) cls;
|
||||||
|
Loading…
Reference in New Issue
Block a user