Re: [go-nuts] Very long API call

2019-03-27 Thread Kurtis Rader
On Wed, Mar 27, 2019 at 2:22 PM Alex Dvoretskiy wrote: > Yes, it's weird question... > It's a POST request. The request passes search query to a graph database. > Information about DNA sequences. List of Ids from database is expected. The > question is, is it common for one API call like this to

Re: [go-nuts] Very long API call

2019-03-27 Thread Alex Dvoretskiy
Yes, it's weird question... It's a POST request. The request passes search query to a graph database. Information about DNA sequences. List of Ids from database is expected. The question is, is it common for one API call like this to be 10Mb long? Or something completely wrong here, and API call

Re: [go-nuts] Very long API call

2019-03-27 Thread Alex Dvoretskiy
It's length in characters. -- You received this message because you are subscribed to the Google Groups "golang-nuts" group. To unsubscribe from this group and stop receiving emails from it, send an email to golang-nuts+unsubscr...@googlegroups.com. For more options, visit https://groups.google

Re: [go-nuts] Very long API call

2019-03-27 Thread Michael Jones
"*" On Wed, Mar 27, 2019 at 1:06 PM Michael Jones wrote: > You left off the "=" key. Must be "160 * 60 =" if you want the > calculator to display the result. (Or "160 enter 60 +" if using an HP > RPN calculator.) > > On Wed, Mar 27, 2019 at 12:35 PM Kurtis Rader > wrote: > >> On Wed, Ma

Re: [go-nuts] Very long API call

2019-03-27 Thread Michael Jones
You left off the "=" key. Must be "160 * 60 =" if you want the calculator to display the result. (Or "160 enter 60 +" if using an HP RPN calculator.) On Wed, Mar 27, 2019 at 12:35 PM Kurtis Rader wrote: > On Wed, Mar 27, 2019 at 12:30 PM Alex Dvoretskiy > wrote: > >> I ran into a huge A

Re: [go-nuts] Very long API call

2019-03-27 Thread Kurtis Rader
On Wed, Mar 27, 2019 at 12:30 PM Alex Dvoretskiy wrote: > I ran into a huge API call. 160 * 60. Can it be normal? Or something > should be changed here for sure? > Which API call? What arguments were passed to it? What are the units for those numbers? I don't like to be snarky but your quest

[go-nuts] Very long API call

2019-03-27 Thread Alex Dvoretskiy
I ran into a huge API call. 160 * 60. Can it be normal? Or something should be changed here for sure? Alex. -- You received this message because you are subscribed to the Google Groups "golang-nuts" group. To unsubscribe from this group and stop receiving emails from it, send an email to