Bump URL ring size

Should it be even bigger? I don't know.
weechat-hashes
C. McEnroe 2020-04-06 14:51:38 -04:00
parent 241fefd976
commit c6a212b665
1 changed files with 1 additions and 1 deletions

2
url.c
View File

@ -65,7 +65,7 @@ struct URL {
char *url;
};
enum { Cap = 32 };
enum { Cap = 64 };
static struct {
struct URL urls[Cap];
size_t len;