Skip to content

Provide a non-static way to provide read/connect timeouts #659

@nddipiazza

Description

@nddipiazza

You put the connect and read timeouts in

BoxGlobalSettings java class in static ints

  private static int connectTimeout = 0;
  private static int readTimeout = 0;

Now in a multi-tenant application everyone's settings mess with each others. This setting doesn't belong in a static location.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions