Refresh On Bulk Update is Good or bad

can Calling refresh forcefully from code internally will affect the actual refresh of elasticsearch which is called through refresh interval.

lets say my refresh interval is 1s. and I called refresh from code at 900ms and it completes by 1.1 s will it skip the actual refresh of elasticsearch