Error while reading json file in dotnet core “the configured user limit (128) on the number of inotify instances has been reached”

前端 未结 3 1099
夕颜
夕颜 2020-12-17 16:25

I have an console application (in dot net core 1.1) which is scheduled in cron scheduler for every 1 min. Inside the application there is call to configuration file. I\'m a

3条回答
  •  暗喜
    暗喜 (楼主)
    2020-12-17 16:53

    It looks like the configuration will reload automatically when the file is changed. So, you should only build the configuration once, when the application starts, and then just read from that.

提交回复
热议问题