I am trying to use docker to create an adjacency matrix for two matrices that are each about 200 x 200 in dimension. I’ve finally gotten it up and running (I think) but it seems upset about the size and is telling me that only 2500 routes are allowed. Is this 2500 routes total, per day, or something else? I began using docker with the hopes of not running into rate limits but this seems to be happening anyway.
you need to adjust your config to increase the default of maximum_routes
if you want to calculate those in a single request
Awesome, that worked! Thanks for the help.
1 Like