nautobot / nautobot-app-ssot

Single Source of Truth for Nautobot
https://docs.nautobot.com/projects/ssot/en/latest/
Other
36 stars 34 forks source link

[Infoblox] Replace `requests.request` with `requests.Session` in the Infoblox API client. #438

Closed progala closed 5 months ago

progala commented 5 months ago

Changed the Infoblox utils.client to make API calls using requests.Session instead of requests.request.

This change should result in 1.5 - 3x performance improvement when loading data from Infoblox.